Fix ECPGstatus() documentation of parameters.
authorBruce Momjian <[email protected]>
Fri, 7 Jan 2005 05:43:28 +0000 (05:43 +0000)
committerBruce Momjian <[email protected]>
Fri, 7 Jan 2005 05:43:28 +0000 (05:43 +0000)
Edmund Bacon

doc/src/sgml/ecpg.sgml

index 32c364e51c6cb22af88d1a40632f1a5ea4951e4c..0ee07ca773a16b666e5e3fac20449302d7f26d60 100644 (file)
@@ -1610,8 +1610,11 @@ ECPG = ecpg
 
    <listitem>
     <para>
-     <function>ECPGstatus()</function> returns true if you
-     are connected to a database and false if not.
+     <function>ECPGstatus(int <replaceable>lineno</replaceable>,
+     const char* <replaceable>connection_name</replaceable>)</function>
+     returns true if you are connected to a database and false if not.
+     <replaceable>connection_name</replaceable> can be <literal>NULL</> 
+     if a single connection is being used.
     </para>
    </listitem>
   </itemizedlist>