[PHP-DOC] cvs: phpdoc /de/functions pgsql.xml /en/functions pgsql.xml /ja/functions pgsql.xml From: Jouni Ahto (jah <email protected>)
Date: 09/13/00

jah Wed Sep 13 02:54:13 2000 EDT

  Modified files:
    /phpdoc/de/functions pgsql.xml
    /phpdoc/en/functions pgsql.xml
    /phpdoc/ja/functions pgsql.xml
  Log:
  
  Fixed all remaining references to pg_(set)clientencoding and a few typos.
  
  
Index: phpdoc/de/functions/pgsql.xml
diff -u phpdoc/de/functions/pgsql.xml:1.21 phpdoc/de/functions/pgsql.xml:1.22
--- phpdoc/de/functions/pgsql.xml:1.21 Tue Sep 12 23:27:49 2000
+++ phpdoc/de/functions/pgsql.xml Wed Sep 13 02:54:12 2000
@@ -1257,7 +1257,7 @@
    </refsect1>
   </refentry>
 
- <refentry id="function.pg-set-client-enc">
+ <refentry id="function.pg-set-client-encoding">
    <refnamediv>
     <refname>pg_set_client_encoding</refname>
     <refpurpose>
@@ -1302,7 +1302,7 @@
    </refsect1>
   </refentry>
 
- <refentry id="function.pg-client-enc">
+ <refentry id="function.pg-client-encoding">
    <refnamediv>
     <refname>pg_client_encoding</refname>
     <refpurpose>
Index: phpdoc/en/functions/pgsql.xml
diff -u phpdoc/en/functions/pgsql.xml:1.24 phpdoc/en/functions/pgsql.xml:1.25
--- phpdoc/en/functions/pgsql.xml:1.24 Tue Sep 12 23:27:48 2000
+++ phpdoc/en/functions/pgsql.xml Wed Sep 13 02:54:12 2000
@@ -1211,9 +1211,9 @@
    </refsect1>
   </refentry>
 
- <refentry id="function.pg-set-client-enc">
+ <refentry id="function.pg-set-client-encoding">
    <refnamediv>
- <refname>pg_set_client_encodingoding</refname>
+ <refname>pg_set_client_encoding</refname>
     <refpurpose>
      Set the client encoding
     </refpurpose>
@@ -1256,7 +1256,7 @@
    </refsect1>
   </refentry>
 
- <refentry id="function.pg-client-enc">
+ <refentry id="function.pg-client-encoding">
    <refnamediv>
     <refname>pg_client_encoding</refname>
     <refpurpose>
Index: phpdoc/ja/functions/pgsql.xml
diff -u phpdoc/ja/functions/pgsql.xml:1.14 phpdoc/ja/functions/pgsql.xml:1.15
--- phpdoc/ja/functions/pgsql.xml:1.14 Sat Sep 9 22:15:11 2000
+++ phpdoc/ja/functions/pgsql.xml Wed Sep 13 02:54:12 2000
@@ -1094,9 +1094,9 @@
    </refsect1>
   </refentry>
 
- <refentry id="function.pg-setclientencoding">
+ <refentry id="function.pg-set-client-encoding">
    <refnamediv>
- <refname>pg_setclientencoding</refname>
+ <refname>pg_set_client_encoding</refname>
     <refpurpose>
      PostgreSQLクライアントのエンコーディングを設定する
     </refpurpose>
@@ -1105,7 +1105,7 @@
     <title>説明</title>
     <funcsynopsis>
      <funcprototype>
- <funcdef>int <function>pg_setclientencoding</function></funcdef>
+ <funcdef>int <function>pg_set_client_encoding</function></funcdef>
       <paramdef>int
        <parameter><optional>connection</optional></parameter>
       </paramdef>
@@ -1130,14 +1130,14 @@
      </para>
     </note>
     <para>
- <function>pg_clientencoding</function>も参照下さい。
+ <function>pg_client_encoding</function>も参照下さい。
     </para>
    </refsect1>
   </refentry>
 
- <refentry id="function.pg-clientencoding">
+ <refentry id="function.pg-client-encoding">
    <refnamediv>
- <refname>pg_clientencoding</refname>
+ <refname>pg_client_encoding</refname>
     <refpurpose>
      PostgreSQLクライアントのエンコーディングを取得する
     </refpurpose>
@@ -1146,7 +1146,7 @@
     <title>説明</title>
     <funcsynopsis>
      <funcprototype>
- <funcdef>string <function>pg_clientencoding</function></funcdef>
+ <funcdef>string <function>pg_client_encoding</function></funcdef>
       <paramdef>int
        <parameter><optional>connection</optional></parameter>
       </paramdef>
@@ -1166,7 +1166,7 @@
      </para>
     </note>
     <para>
- <function>pg_setclientencoding</function>も参照下さい。
+ <function>pg_set_client_encoding</function>も参照下さい。
     </para>
    </refsect1>
   </refentry>