From: Bruce Momjian Date: Fri, 7 Jan 2005 05:43:28 +0000 (+0000) Subject: Fix ECPGstatus() documentation of parameters. X-Git-Tag: REL8_0_0RC5~33 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=826f732562e0287d6f49fc60e565276d543a6fc5;p=postgresql Fix ECPGstatus() documentation of parameters. Edmund Bacon --- diff --git a/doc/src/sgml/ecpg.sgml b/doc/src/sgml/ecpg.sgml index 153f9bd197..e2e4c30899 100644 --- a/doc/src/sgml/ecpg.sgml +++ b/doc/src/sgml/ecpg.sgml @@ -1,5 +1,5 @@ @@ -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.