Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 826f732

Browse files
committed
Fix ECPGstatus() documentation of parameters.
Edmund Bacon
1 parent 75a59ad commit 826f732

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

doc/src/sgml/ecpg.sgml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/ecpg.sgml,v 1.60 2004/12/28 22:47:15 tgl Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ecpg.sgml,v 1.61 2005/01/07 05:43:28 momjian Exp $
33
-->
44

55
<chapter id="ecpg">
@@ -1610,8 +1610,11 @@ ECPG = ecpg
16101610

16111611
<listitem>
16121612
<para>
1613-
<function>ECPGstatus()</function> returns true if you
1614-
are connected to a database and false if not.
1613+
<function>ECPGstatus(int <replaceable>lineno</replaceable>,
1614+
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.
16151618
</para>
16161619
</listitem>
16171620
</itemizedlist>

0 commit comments

Comments
 (0)