From 474e05cae9b5076bd9bb24672cf98e90905ebcf5 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 7 Jan 2005 05:43:28 +0000 Subject: [PATCH] Fix ECPGstatus() documentation of parameters. Edmund Bacon --- doc/src/sgml/ecpg.sgml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/ecpg.sgml b/doc/src/sgml/ecpg.sgml index 32c364e51c..0ee07ca773 100644 --- a/doc/src/sgml/ecpg.sgml +++ b/doc/src/sgml/ecpg.sgml @@ -1610,8 +1610,11 @@ ECPG = ecpg - ECPGstatus() returns true if you - are connected to a database and false if not. + ECPGstatus(int lineno, + const char* connection_name) + returns true if you are connected to a database and false if not. + connection_name can be NULL + if a single connection is being used. -- 2.39.5