From f5a215897b6558227977f8e243b37371b7842d48 Mon Sep 17 00:00:00 2001 From: Yasuo Ohgaki Date: Sun, 16 Dec 2001 22:28:19 +0000 Subject: [PATCH] Fixed wrong description. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65345 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/pgsql.xml | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/functions/pgsql.xml b/functions/pgsql.xml index 2dc28c7279..637020d568 100644 --- a/functions/pgsql.xml +++ b/functions/pgsql.xml @@ -1,5 +1,5 @@ - + PostgreSQL functions PostgreSQL @@ -1604,15 +1604,13 @@ $dbconn4 = pg_connect ($conn_string); encoding and can be either : SQL_ASCII, EUC_JP, EUC_CN, EUC_KR, EUC_TW, UNICODE, MULE_INTERNAL, LATINX (X=1...9), KOI8, WIN, ALT, - SJIS, BIG5, WIN1250. + SJIS, BIG5, WIN1250. - This function requires PHP-4.0.2 or higher and PostgreSQL-7.0 or - higher. If libpq is compiled without multibyte encoding support, - pg_set_client_encoding will not be - included. Refer to PostgreSQL manual to enable multibyte support - for PostgreSQL server and libpq. + This function requires PHP-4.0.3 or higher and PostgreSQL-7.0 or + higher. Supported encoding depends on PostgreSQL version. Refer + to PostgreSQL manaul for details. The function used to be called @@ -1651,8 +1649,12 @@ $dbconn4 = pg_connect ($conn_string); - This function requires PHP-4.0.2 or higher and PostgreSQL-7.0 or - higher. + This function requires PHP-4.0.3 or higher and PostgreSQL-7.0 or + higher. If libpq is compiled without multibyte encoding support, + pg_set_client_encoding always return + "SQL_ASCII". Supported encoding depends on PostgreSQL + version. Refer to PostgreSQL manaul for details to enable + multibyte support and encoding supported. The function used to be called