|
1 | 1 | <!-- |
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 $ |
3 | 3 | --> |
4 | 4 |
|
5 | 5 | <chapter id="ecpg"> |
@@ -1610,8 +1610,11 @@ ECPG = ecpg |
1610 | 1610 |
|
1611 | 1611 | <listitem> |
1612 | 1612 | <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. |
1615 | 1618 | </para> |
1616 | 1619 | </listitem> |
1617 | 1620 | </itemizedlist> |
|