ID:              32787
 User updated by: [EMAIL PROTECTED]
 Reported By:     [EMAIL PROTECTED]
-Status:          Bogus
+Status:          Open
 Bug Type:        Documentation problem
 PHP Version:     Irrelevant
 New Comment:

you should check pg-affected-rows and pg-field-is-null (Ive not checked
others after pg-field-is-null because I am currently translating this
file ;))
There is <literal> and not <function> (remove () at the end of the
function name if you modify it)


Previous Comments:
------------------------------------------------------------------------

[2005-04-21 01:40:28] [EMAIL PROTECTED]

On a somewhat related note (okay not really), the following entity
exists:

<!ENTITY info.deprecated.alias 'For downward compatibility, the
following deprecated alias may be used: '>

In which case the following would belong in the notes refsect:

   <para>
    &info.deprecated.alias;
    <function>pg_clientencoding</function>
   </para>

------------------------------------------------------------------------

[2005-04-21 01:36:58] [EMAIL PROTECTED]

We use <function> not <literal> for these. If it's decided to not do
this then it's a phpdoc wide problem and not specific to the
pg_client_encoding() docs.

------------------------------------------------------------------------

[2005-04-21 01:25:36] [EMAIL PROTECTED]

renamed

------------------------------------------------------------------------

[2005-04-21 01:24:17] [EMAIL PROTECTED]

Description:
------------
Index: pg-client-encoding.xml
===================================================================
RCS file:
/repository/phpdoc/en/reference/pgsql/functions/pg-client-encoding.xml,v
retrieving revision 1.7
diff -u -r1.7 pg-client-encoding.xml
--- pg-client-encoding.xml      5 Apr 2005 08:56:09 -0000       1.7
+++ pg-client-encoding.xml      20 Apr 2005 23:22:58 -0000
@@ -31,7 +31,7 @@
     version.  Refer to the PostgreSQL Documentation supported
encodings.
    </para>
    <para>
-    The function used to be called
<function>pg_clientencoding</function>.
+    The function used to be called
<literal>pg_clientencoding()</literal>.
    </para>
   </note>
  </refsect1>




------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=32787&edit=1

Reply via email to