From 9b0568735e3d14ff2807bc5d25a9826e0dafeac4 Mon Sep 17 00:00:00 2001 From: Yasuo Ohgaki Date: Sun, 7 Apr 2002 23:54:08 +0000 Subject: [PATCH] Fixed typo git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@77074 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/pgsql.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/pgsql.xml b/functions/pgsql.xml index 13c4a48c42..7e059435b4 100644 --- a/functions/pgsql.xml +++ b/functions/pgsql.xml @@ -1,5 +1,5 @@ - + PostgreSQL functions PostgreSQL @@ -2204,7 +2204,7 @@ $dbconn4 = pg_connect ($conn_string); pg_connection_status returns a connection - status. Possible status is PGSQL_CONNECTION_O + status. Possible status is PGSQL_CONNECTION_OK or PGSQL_CONNECTION_BAD.