Index: doc/src/sgml/ecpg.sgml
===================================================================
RCS file: /cvsroot/pgsql/doc/src/sgml/ecpg.sgml,v
retrieving revision 1.60
diff -c -c -r1.60 ecpg.sgml
*** doc/src/sgml/ecpg.sgml 28 Dec 2004 22:47:15 -0000 1.60
--- doc/src/sgml/ecpg.sgml 7 Jan 2005 05:42:27 -0000
***************
*** 1610,1617 ****
! ECPGstatus() returns true if you
! are connected to a database and false if not.
--- 1610,1620 ----
! ECPGstatus(int lineno,
! const char* connection_name)
! returns true if you are connected to a database and false if not.
! connection_name can be NULL>
! if a single connection is being used.