vrana           Mon Apr 25 02:17:40 2005 EDT

  Modified files:              
    /phpdoc/en/reference/pgsql/functions        pg-client-encoding.xml 
  Log:
  Typo (bug #32819)
  
http://cvs.php.net/diff.php/phpdoc/en/reference/pgsql/functions/pg-client-encoding.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/pgsql/functions/pg-client-encoding.xml
diff -u phpdoc/en/reference/pgsql/functions/pg-client-encoding.xml:1.7 
phpdoc/en/reference/pgsql/functions/pg-client-encoding.xml:1.8
--- phpdoc/en/reference/pgsql/functions/pg-client-encoding.xml:1.7      Tue Apr 
 5 04:56:09 2005
+++ phpdoc/en/reference/pgsql/functions/pg-client-encoding.xml  Mon Apr 25 
02:17:39 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
 <!-- splitted from ./en/functions/pgsql.xml, last change in rev 1.16 -->
 <refentry id="function.pg-client-encoding">
  <refnamediv>
@@ -26,7 +26,7 @@
    <para>
     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 returns
+    <function>pg_client_encoding</function> always returns
     <literal>SQL_ASCII</literal>. Supported encoding depends on PostgreSQL
     version.  Refer to the PostgreSQL Documentation supported encodings.
    </para>

Reply via email to