conni           Sat May 14 17:11:17 2005 EDT

  Modified files:              
    /phpdoc/en/reference/pgsql/functions        pg-insert.xml pg-get-pid.xml 
                                                pg-get-notify.xml 
  Log:
  correct refpurposes ...
  
http://cvs.php.net/diff.php/phpdoc/en/reference/pgsql/functions/pg-insert.xml?r1=1.13&r2=1.14&ty=u
Index: phpdoc/en/reference/pgsql/functions/pg-insert.xml
diff -u phpdoc/en/reference/pgsql/functions/pg-insert.xml:1.13 
phpdoc/en/reference/pgsql/functions/pg-insert.xml:1.14
--- phpdoc/en/reference/pgsql/functions/pg-insert.xml:1.13      Fri Mar 11 
11:03:25 2005
+++ phpdoc/en/reference/pgsql/functions/pg-insert.xml   Sat May 14 17:11:17 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.13 $ -->
+<!-- $Revision: 1.14 $ -->
 <!-- splitted from ./en/functions/pgsql.xml, last change in rev 1.80 -->
 <refentry id='function.pg-insert'>
  <refnamediv>
@@ -22,9 +22,8 @@
    <function>pg_insert</function> inserts the values of 
<parameter>assoc_array</parameter> 
    into the table specified by <parameter>table_name</parameter>.
    <parameter>table_name</parameter> must at least have as many columns as 
-   <parameter>assoc_array</parameter> has elements. The fieldnames as 
-   well as the fieldvalues in <parameter>table_name</parameter>
-   must match the indices and values of <parameter>assoc_array</parameter>.
+   <parameter>assoc_array</parameter> has elements. The fieldnames in
+   <parameter>table_name</parameter> must match the indices of 
<parameter>assoc_array</parameter>.
    &return.success;
    If <parameter>options</parameter> is specified, 
<function>pg_insert</function>
    is applied to <parameter>assoc_array</parameter> with specified option.
http://cvs.php.net/diff.php/phpdoc/en/reference/pgsql/functions/pg-get-pid.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/pgsql/functions/pg-get-pid.xml
diff -u phpdoc/en/reference/pgsql/functions/pg-get-pid.xml:1.4 
phpdoc/en/reference/pgsql/functions/pg-get-pid.xml:1.5
--- phpdoc/en/reference/pgsql/functions/pg-get-pid.xml:1.4      Fri Mar 11 
11:03:25 2005
+++ phpdoc/en/reference/pgsql/functions/pg-get-pid.xml  Sat May 14 17:11:17 2005
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <refentry id="function.pg-get-pid">
  <refnamediv>
   <refname>pg_get_pid</refname>
-  <refpurpose>Ping database connection</refpurpose>
+  <refpurpose>Gets backend's process ID</refpurpose>
  </refnamediv>
 
  <refsect1 role="description">
http://cvs.php.net/diff.php/phpdoc/en/reference/pgsql/functions/pg-get-notify.xml?r1=1.9&r2=1.10&ty=u
Index: phpdoc/en/reference/pgsql/functions/pg-get-notify.xml
diff -u phpdoc/en/reference/pgsql/functions/pg-get-notify.xml:1.9 
phpdoc/en/reference/pgsql/functions/pg-get-notify.xml:1.10
--- phpdoc/en/reference/pgsql/functions/pg-get-notify.xml:1.9   Fri Mar 11 
11:03:25 2005
+++ phpdoc/en/reference/pgsql/functions/pg-get-notify.xml       Sat May 14 
17:11:17 2005
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
 <refentry id="function.pg-get-notify">
  <refnamediv>
   <refname>pg_get_notify</refname>
-  <refpurpose>Ping database connection</refpurpose>
+  <refpurpose>Gets SQL NOTFY message</refpurpose>
  </refnamediv>
 
  <refsect1 role="description">

Reply via email to