From bc13d0ade4c4ca18663555d6539993fe3ddf5c07 Mon Sep 17 00:00:00 2001 From: Gabor Hojtsy Date: Fri, 19 Apr 2002 13:28:58 +0000 Subject: [PATCH] Correcting entity errors reported by saxon git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@78805 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/pgsql/functions/pg-delete.xml | 4 ++-- reference/pgsql/functions/pg-insert.xml | 4 ++-- reference/pgsql/functions/pg-metadata.xml | 4 ++-- reference/pgsql/functions/pg-select.xml | 4 ++-- reference/pgsql/functions/pg-update.xml | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/reference/pgsql/functions/pg-delete.xml b/reference/pgsql/functions/pg-delete.xml index c13b2f18ab..81da53f388 100644 --- a/reference/pgsql/functions/pg-delete.xml +++ b/reference/pgsql/functions/pg-delete.xml @@ -1,5 +1,5 @@ - + @@ -21,7 +21,7 @@ pg_delete deletes record condition specified by assoc_array which has field=>value. If convert is - not specified or &true, pg_convert applied + not specified or &true; pg_convert applied to assoc_array. diff --git a/reference/pgsql/functions/pg-insert.xml b/reference/pgsql/functions/pg-insert.xml index 32e82b42e9..eb9f779598 100644 --- a/reference/pgsql/functions/pg-insert.xml +++ b/reference/pgsql/functions/pg-insert.xml @@ -1,5 +1,5 @@ - + @@ -22,7 +22,7 @@ assoc_array which has field=>value into table specified as table_name. If convert is - not specified or &true, pg_convert applied + not specified or &true; pg_convert applied to assoc_array. diff --git a/reference/pgsql/functions/pg-metadata.xml b/reference/pgsql/functions/pg-metadata.xml index 2e0995301e..bbdc2c4edf 100644 --- a/reference/pgsql/functions/pg-metadata.xml +++ b/reference/pgsql/functions/pg-metadata.xml @@ -1,5 +1,5 @@ - + @@ -18,7 +18,7 @@ pg_metadata returns table definition for table_name as array. If there is error, it - returns &false + returns &false; diff --git a/reference/pgsql/functions/pg-select.xml b/reference/pgsql/functions/pg-select.xml index 592f6d1ba1..f573adb71d 100644 --- a/reference/pgsql/functions/pg-select.xml +++ b/reference/pgsql/functions/pg-select.xml @@ -1,5 +1,5 @@ - + @@ -23,7 +23,7 @@ field=>value. For successful query, it returns array contains all records and fields that match the condition specified by assoc_array. If - convert is not specified or &true, + convert is not specified or &true; pg_convert applied to assoc_array. diff --git a/reference/pgsql/functions/pg-update.xml b/reference/pgsql/functions/pg-update.xml index 868f23cc21..2c3068fefa 100644 --- a/reference/pgsql/functions/pg-update.xml +++ b/reference/pgsql/functions/pg-update.xml @@ -1,5 +1,5 @@ - + @@ -21,7 +21,7 @@ pg_update updates records that matches condition with data If - convert is not specified or &true, + convert is not specified or &true; pg_convert applied to assoc_array.