goba            Fri Apr 19 09:28:59 2002 EDT

  Modified files:              
    /phpdoc/en/reference/pgsql/functions        pg-delete.xml pg-insert.xml 
                                                pg-metadata.xml pg-select.xml 
                                                pg-update.xml 
  Log:
  Correcting entity errors reported by saxon
  
  
Index: phpdoc/en/reference/pgsql/functions/pg-delete.xml
diff -u phpdoc/en/reference/pgsql/functions/pg-delete.xml:1.2 
phpdoc/en/reference/pgsql/functions/pg-delete.xml:1.3
--- phpdoc/en/reference/pgsql/functions/pg-delete.xml:1.2       Wed Apr 17 02:43:18 
2002
+++ phpdoc/en/reference/pgsql/functions/pg-delete.xml   Fri Apr 19 09:28:57 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/pgsql.xml, last change in rev 1.80 -->
   <refentry id='function.pg-delete'>
    <refnamediv>
@@ -21,7 +21,7 @@
      <function>pg_delete</function> deletes record condition specified by
      <literal>assoc_array</literal> which has
      <literal>field=>value</literal>. If <literal>convert</literal> is
-     not specified or &true, <function>pg_convert</function> applied
+     not specified or &true; <function>pg_convert</function> applied
      to <literal>assoc_array</literal>.
     </para>
     <example>
Index: phpdoc/en/reference/pgsql/functions/pg-insert.xml
diff -u phpdoc/en/reference/pgsql/functions/pg-insert.xml:1.2 
phpdoc/en/reference/pgsql/functions/pg-insert.xml:1.3
--- phpdoc/en/reference/pgsql/functions/pg-insert.xml:1.2       Wed Apr 17 02:43:20 
2002
+++ phpdoc/en/reference/pgsql/functions/pg-insert.xml   Fri Apr 19 09:28:58 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/pgsql.xml, last change in rev 1.80 -->
   <refentry id='function.pg-insert'>
    <refnamediv>
@@ -22,7 +22,7 @@
      <literal>assoc_array</literal> which has
      <literal>field=>value</literal> into table specified as
      <literal>table_name</literal>. If <literal>convert</literal> is
-     not specified or &true, <function>pg_convert</function> applied
+     not specified or &true; <function>pg_convert</function> applied
      to <literal>assoc_array</literal>.
     </para>
     <example>
Index: phpdoc/en/reference/pgsql/functions/pg-metadata.xml
diff -u phpdoc/en/reference/pgsql/functions/pg-metadata.xml:1.2 
phpdoc/en/reference/pgsql/functions/pg-metadata.xml:1.3
--- phpdoc/en/reference/pgsql/functions/pg-metadata.xml:1.2     Wed Apr 17 02:43:21 
2002
+++ phpdoc/en/reference/pgsql/functions/pg-metadata.xml Fri Apr 19 09:28:58 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/pgsql.xml, last change in rev 1.80 -->
   <refentry id='function.pg-metadata'>
    <refnamediv>
@@ -18,7 +18,7 @@
     <para>
      <function>pg_metadata</function> returns table definition for
      <literal>table_name</literal> as array. If there is error, it
-     returns &false
+     returns &false;
     </para>
     <note>
      <para>
Index: phpdoc/en/reference/pgsql/functions/pg-select.xml
diff -u phpdoc/en/reference/pgsql/functions/pg-select.xml:1.2 
phpdoc/en/reference/pgsql/functions/pg-select.xml:1.3
--- phpdoc/en/reference/pgsql/functions/pg-select.xml:1.2       Wed Apr 17 02:43:22 
2002
+++ phpdoc/en/reference/pgsql/functions/pg-select.xml   Fri Apr 19 09:28:58 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/pgsql.xml, last change in rev 1.80 -->
   <refentry id='function.pg-select'>
    <refnamediv>
@@ -23,7 +23,7 @@
      <literal>field=>value</literal>. For successful query, it returns
      array contains all records and fields that match the condition
      specified by <literal>assoc_array</literal>. If
-     <literal>convert</literal> is not specified or &true,
+     <literal>convert</literal> is not specified or &true;
      <function>pg_convert</function> applied to
      <literal>assoc_array</literal>.
     </para>
Index: phpdoc/en/reference/pgsql/functions/pg-update.xml
diff -u phpdoc/en/reference/pgsql/functions/pg-update.xml:1.2 
phpdoc/en/reference/pgsql/functions/pg-update.xml:1.3
--- phpdoc/en/reference/pgsql/functions/pg-update.xml:1.2       Wed Apr 17 02:43:23 
2002
+++ phpdoc/en/reference/pgsql/functions/pg-update.xml   Fri Apr 19 09:28:58 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/pgsql.xml, last change in rev 1.80 -->
   <refentry id='function.pg-update'>
    <refnamediv>
@@ -21,7 +21,7 @@
     <para>
      <function>pg_update</function> updates records that matches
      <literal>condition</literal> with <literal>data</literal> If
-     <literal>convert</literal> is not specified or &true,
+     <literal>convert</literal> is not specified or &true;
      <function>pg_convert</function> applied to
      <literal>assoc_array</literal>.
     </para>


Reply via email to