php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #32787 [DOC] English : pgsql: function->literal
Submitted: 2005-04-21 01:24 UTC Modified: 2005-04-21 11:39 UTC
From: jsgoupil@php.net Assigned:
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
 [2005-04-21 01:24 UTC] jsgoupil@php.net
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>



Patches

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-04-21 01:25 UTC] jsgoupil@php.net
renamed
 [2005-04-21 01:36 UTC] philip@php.net
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:40 UTC] philip@php.net
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:46 UTC] jsgoupil@php.net
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)
 [2005-04-21 11:39 UTC] vrana@php.net
This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation better.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Aug 15 18:01:29 2024 UTC