yohgaki         Sun Dec 16 20:36:02 2001 EDT

  Modified files:              
    /phpdoc/en/functions        pgsql.xml 
  Log:
  Added notification for function rename and obsolete API.
  Changed pg_last_notice() note. pg_last_notice() is experimental. It's not
  implemented fully. (It does not take into account connection parameter,
  currently)
  
  
Index: phpdoc/en/functions/pgsql.xml
diff -u phpdoc/en/functions/pgsql.xml:1.59 phpdoc/en/functions/pgsql.xml:1.60
--- phpdoc/en/functions/pgsql.xml:1.59  Sun Dec 16 17:28:19 2001
+++ phpdoc/en/functions/pgsql.xml       Sun Dec 16 20:36:02 2001
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.59 $ -->
+<!-- $Revision: 1.60 $ -->
  <reference id="ref.pgsql">
   <title>PostgreSQL functions</title>
   <titleabbrev>PostgreSQL</titleabbrev>
@@ -11,6 +11,21 @@
      a bug in notice message handling.
     </para>
    </warning>
+   <warning>
+    <para>
+     PostgreSQL function names will be changed in 4.2.0 release to
+     confirm current coding standard. Most of new names will have
+     additional under score(s), e.g. pg_lo_open(). Some functions are
+     renamed to different name for consistency. e.g. pg_exec() to
+     pg_query(). Older names may be used in 4.2.0 and a few releases
+     from 4.2.0, but they may be deleted in the future. CVS version
+     has new function names.
+    </para>
+    <para>
+     Obsolete pg_connect()/pg_pconnect() may be depreciated to support
+     async connect feature in the future.
+    </para>
+   </warning>
    <para>
     Postgres, developed originally in the UC Berkeley Computer Science
     Department, pioneered many of the object-relational concepts now
@@ -983,10 +998,12 @@
     </para>
     <warning>
      <para>
-      <function>pg_last_notice</function> is added form PHP
+      This function is EXPERIMENTAL and it is not fully implemented
+      yet. <function>pg_last_notice</function> is added form PHP
       4.0.6. However, PHP 4.0.6 has problem with notice message
-      handling. Use of PostgreSQL module with PHP 4.0.6 is not recommended
-      even if you are not using <function>pg_last_notice</function>.
+      handling. Use of PostgreSQL module with PHP 4.0.6 is not
+      recommended even if you are not using
+      <function>pg_last_notice</function>.
      </para>
     </warning>
     <para>


Reply via email to