From c455b32a70c94c1868bf4e43f42526b3644e9ad3 Mon Sep 17 00:00:00 2001 From: Cornelia Boenigk Date: Sat, 14 May 2005 12:56:54 +0000 Subject: [PATCH] literals to parameters git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@186381 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/pgsql/functions/pg-convert.xml | 12 ++++++------ reference/pgsql/functions/pg-delete.xml | 8 ++++---- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/reference/pgsql/functions/pg-convert.xml b/reference/pgsql/functions/pg-convert.xml index c9a62cda09..0b6ebcf794 100644 --- a/reference/pgsql/functions/pg-convert.xml +++ b/reference/pgsql/functions/pg-convert.xml @@ -1,5 +1,5 @@ - + @@ -20,12 +20,12 @@ pg_convert checks and converts the values in - assoc_array into suitable values for use in a SQL + assoc_array into suitable values for use in a SQL statement. Precondition for pg_convert is the existence - of a table table_name which has at least as many columns - as assoc_array has elements. The fieldnames as well as - the fieldvalues in table_name must match the indices and - values of assoc_array. Returns an array with the converted + of a table table_name which has at least as many columns + as assoc_array has elements. The fieldnames as well as + the fieldvalues in table_name must match the indices and + values of assoc_array. Returns an array with the converted values on success, &false; otherwise. &warn.experimental.func; diff --git a/reference/pgsql/functions/pg-delete.xml b/reference/pgsql/functions/pg-delete.xml index c80e3a3cc0..66a4b43def 100644 --- a/reference/pgsql/functions/pg-delete.xml +++ b/reference/pgsql/functions/pg-delete.xml @@ -1,5 +1,5 @@ - + @@ -20,10 +20,10 @@ pg_delete deletes record condition specified by - assoc_array which has - field=>value. If option is + assoc_array which has + field=>value. If options is specified, pg_convert is applied - to assoc_array with specified option. + to assoc_array with specified option.