mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fixed wrong description.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65345 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
e166aad083
commit
f5a215897b
1 changed files with 11 additions and 9 deletions
|
@ -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 @@ $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.
|
||||
</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 @@ $dbconn4 = pg_connect ($conn_string);
|
|||
</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
|
||||
|
|
Loading…
Reference in a new issue