From 63ac3c9207fa7f2e90ca89acfbc6aedd3c43400d Mon Sep 17 00:00:00 2001 From: Yasuo Ohgaki Date: Tue, 9 Apr 2002 02:40:28 +0000 Subject: [PATCH] Fix pg_qeury description git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@77246 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 1d6a98fb7d..cfca250ed7 100644 --- a/functions/pgsql.xml +++ b/functions/pgsql.xml @@ -1,5 +1,5 @@ - + PostgreSQL functions PostgreSQL @@ -834,7 +834,7 @@ $dbconn4 = pg_connect ($conn_string); connection is a optional parameter for pg_query. If - connection is not used, default + connection is not set, default connection is used. Default connection is the last connection made by pg_connect or pg_pconnect.