[PHP-DEV] CVS update: php3/doc/functions From: eschmid (php-dev <email protected>)
Date: 07/02/98

Date: Thursday July 2, 1998 @ 1:41
Author: eschmid

Update of /repository/php3/doc/functions
In directory asf:/tmp/cvs-serv1424

Modified Files:
        pgsql.sgml
Log Message:
Minor addition how to start postmaster
Index: php3/doc/functions/pgsql.sgml
diff -c php3/doc/functions/pgsql.sgml:1.21 php3/doc/functions/pgsql.sgml:1.22
*** php3/doc/functions/pgsql.sgml:1.21 Sun Jun 28 17:15:35 1998
--- php3/doc/functions/pgsql.sgml Thu Jul 2 01:41:02 1998
***************
*** 60,65 ****
--- 60,68 ----
     </table>
  
     <para>
+ One can also establish a connection with the following command:
+ <command>$conn = pg_Connect("host=localhost port=5432 dbname=chris");</command>
+ <para>
      To use the large object (lo) interface, it is necessary to enclose
      it within a transaction block. A transaction block starts with a
      <command>begin</command> and if the transaction was valid ends