We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75a59ad commit 826f732Copy full SHA for 826f732
doc/src/sgml/ecpg.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$PostgreSQL: pgsql/doc/src/sgml/ecpg.sgml,v 1.60 2004/12/28 22:47:15 tgl Exp $
+$PostgreSQL: pgsql/doc/src/sgml/ecpg.sgml,v 1.61 2005/01/07 05:43:28 momjian Exp $
3
-->
4
5
<chapter id="ecpg">
@@ -1610,8 +1610,11 @@ ECPG = ecpg
1610
1611
<listitem>
1612
<para>
1613
- <function>ECPGstatus()</function> returns true if you
1614
- are connected to a database and false if not.
+ <function>ECPGstatus(int <replaceable>lineno</replaceable>,
+ const char* <replaceable>connection_name</replaceable>)</function>
1615
+ returns true if you are connected to a database and false if not.
1616
+ <replaceable>connection_name</replaceable> can be <literal>NULL</>
1617
+ if a single connection is being used.
1618
</para>
1619
</listitem>
1620
</itemizedlist>
0 commit comments