mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-15 08:20:16 +08:00
Fix ECPGstatus() documentation of parameters.
Edmund Bacon
This commit is contained in:
parent
75a59ad6d1
commit
826f732562
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$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 $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<chapter id="ecpg">
|
<chapter id="ecpg">
|
||||||
@ -1610,8 +1610,11 @@ ECPG = ecpg
|
|||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
<function>ECPGstatus()</function> returns true if you
|
<function>ECPGstatus(int <replaceable>lineno</replaceable>,
|
||||||
are connected to a database and false if not.
|
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>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
Loading…
Reference in New Issue
Block a user