From: Bruce Momjian Date: Fri, 7 Jan 2005 05:43:28 +0000 (+0000) Subject: Fix ECPGstatus() documentation of parameters. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=474e05cae9b5076bd9bb24672cf98e90905ebcf5;p=users%2Fbernd%2Fpostgres.git Fix ECPGstatus() documentation of parameters. Edmund Bacon --- 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.