yohgaki Sun Dec 16 17:28:19 2001 EDT
Modified files:
/phpdoc/en/functions pgsql.xml
Log:
Fixed wrong description.
Index: phpdoc/en/functions/pgsql.xml
diff -u phpdoc/en/functions/pgsql.xml:1.58 phpdoc/en/functions/pgsql.xml:1.59
--- phpdoc/en/functions/pgsql.xml:1.58 Sun Dec 16 06:55:36 2001
+++ phpdoc/en/functions/pgsql.xml Sun Dec 16 17:28:19 2001
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.58 $ -->
+<!-- $Revision: 1.59 $ -->
<reference id="ref.pgsql">
<title>PostgreSQL functions</title>
<titleabbrev>PostgreSQL</titleabbrev>
@@ -1604,15 +1604,13 @@
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.
</para>
<note>
<para>
- This function requires PHP-4.0.2 or higher and PostgreSQL-7.0 or
- higher. If libpq is compiled without multibyte encoding support,
- <function>pg_set_client_encoding</function> 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.
</para>
<para>
The function used to be called
@@ -1651,8 +1649,12 @@
</para>
<note>
<para>
- 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,
+ <function>pg_set_client_encoding</function> always return
+ "SQL_ASCII". Supported encoding depends on PostgreSQL
+ version. Refer to PostgreSQL manaul for details to enable
+ multibyte support and encoding supported.
</para>
<para>
The function used to be called