yohgaki Wed Apr 24 04:31:06 2002 EDT
Modified files:
/phpdoc/en/reference/pgsql/functions pg-convert.xml pg-delete.xml
pg-insert.xml pg-select.xml
pg-update.xml
Log:
Update manual. There will be more updates in a few days.
Index: phpdoc/en/reference/pgsql/functions/pg-convert.xml
diff -u phpdoc/en/reference/pgsql/functions/pg-convert.xml:1.2
phpdoc/en/reference/pgsql/functions/pg-convert.xml:1.3
--- phpdoc/en/reference/pgsql/functions/pg-convert.xml:1.2 Wed Apr 17 02:43:17
2002
+++ phpdoc/en/reference/pgsql/functions/pg-convert.xml Wed Apr 24 04:31:06 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-convert'>
<refnamediv>
@@ -15,6 +15,7 @@
<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
<methodparam><type>string</type><parameter>table_name</parameter></methodparam>
<methodparam><type>array</type><parameter>assoc_array</parameter></methodparam>
+ <methodparam
+choice="opt"><type>int</type><parameter>options</parameter></methodparam>
</methodsynopsis>
<para>
<function>pg_convert</function> check and convert <literal>assoc_array</literal>
suitable for SQL statement.
Index: phpdoc/en/reference/pgsql/functions/pg-delete.xml
diff -u phpdoc/en/reference/pgsql/functions/pg-delete.xml:1.3
phpdoc/en/reference/pgsql/functions/pg-delete.xml:1.4
--- phpdoc/en/reference/pgsql/functions/pg-delete.xml:1.3 Fri Apr 19 09:28:57
2002
+++ phpdoc/en/reference/pgsql/functions/pg-delete.xml Wed Apr 24 04:31:06 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/pgsql.xml, last change in rev 1.80 -->
<refentry id='function.pg-delete'>
<refnamediv>
@@ -15,14 +15,14 @@
<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
<methodparam><type>string</type><parameter>table_name</parameter></methodparam>
<methodparam><type>array</type><parameter>assoc_array</parameter></methodparam>
- <methodparam
choice="opt"><type>bool</type><parameter>convert</parameter></methodparam>
+ <methodparam
+choice="opt"><type>int</type><parameter>options</parameter></methodparam>
</methodsynopsis>
<para>
<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
- to <literal>assoc_array</literal>.
+ <literal>field=>value</literal>. If <literal>option</literal> is
+ specified, <function>pg_convert</function> is applied
+ to <literal>assoc_array</literal> with specified option.
</para>
<example>
<title>pg_delete</title>
Index: phpdoc/en/reference/pgsql/functions/pg-insert.xml
diff -u phpdoc/en/reference/pgsql/functions/pg-insert.xml:1.3
phpdoc/en/reference/pgsql/functions/pg-insert.xml:1.4
--- phpdoc/en/reference/pgsql/functions/pg-insert.xml:1.3 Fri Apr 19 09:28:58
2002
+++ phpdoc/en/reference/pgsql/functions/pg-insert.xml Wed Apr 24 04:31:06 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/pgsql.xml, last change in rev 1.80 -->
<refentry id='function.pg-insert'>
<refnamediv>
@@ -15,15 +15,15 @@
<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
<methodparam><type>string</type><parameter>table_name</parameter></methodparam>
<methodparam><type>array</type><parameter>assoc_array</parameter></methodparam>
- <methodparam
choice="opt"><type>bool</type><parameter>convert</parameter></methodparam>
+ <methodparam
+choice="opt"><type>int</type><parameter>options</parameter></methodparam>
</methodsynopsis>
<para>
<function>pg_insert</function> inserts
<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
- to <literal>assoc_array</literal>.
+ <literal>table_name</literal>. If <literal>options</literal> is
+ specified, <function>pg_convert</function> is applied
+ to <literal>assoc_array</literal> with specified option.
</para>
<example>
<title>pg_insert</title>
Index: phpdoc/en/reference/pgsql/functions/pg-select.xml
diff -u phpdoc/en/reference/pgsql/functions/pg-select.xml:1.3
phpdoc/en/reference/pgsql/functions/pg-select.xml:1.4
--- phpdoc/en/reference/pgsql/functions/pg-select.xml:1.3 Fri Apr 19 09:28:58
2002
+++ phpdoc/en/reference/pgsql/functions/pg-select.xml Wed Apr 24 04:31:06 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/pgsql.xml, last change in rev 1.80 -->
<refentry id='function.pg-select'>
<refnamediv>
@@ -15,7 +15,7 @@
<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
<methodparam><type>string</type><parameter>table_name</parameter></methodparam>
<methodparam><type>array</type><parameter>assoc_array</parameter></methodparam>
- <methodparam
choice="opt"><type>bool</type><parameter>convert</parameter></methodparam>
+ <methodparam
+choice="opt"><type>int</type><parameter>options</parameter></methodparam>
</methodsynopsis>
<para>
<function>pg_select</function> selects records specified by
@@ -23,9 +23,9 @@
<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;
- <function>pg_convert</function> applied to
- <literal>assoc_array</literal>.
+ <literal>options</literal> is specified,
+ <function>pg_convert</function> s applied to
+ <literal>assoc_array</literal> with specified option.
</para>
<example>
<title>pg_select</title>
Index: phpdoc/en/reference/pgsql/functions/pg-update.xml
diff -u phpdoc/en/reference/pgsql/functions/pg-update.xml:1.3
phpdoc/en/reference/pgsql/functions/pg-update.xml:1.4
--- phpdoc/en/reference/pgsql/functions/pg-update.xml:1.3 Fri Apr 19 09:28:58
2002
+++ phpdoc/en/reference/pgsql/functions/pg-update.xml Wed Apr 24 04:31:06 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/pgsql.xml, last change in rev 1.80 -->
<refentry id='function.pg-update'>
<refnamediv>
@@ -16,14 +16,14 @@
<methodparam><type>string</type><parameter>table_name</parameter></methodparam>
<methodparam><type>array</type><parameter>condition</parameter></methodparam>
<methodparam><type>array</type><parameter>data</parameter></methodparam>
- <methodparam
choice="opt"><type>bool</type><parameter>convert</parameter></methodparam>
+ <methodparam
+choice="opt"><type>int</type><parameter>options</parameter></methodparam>
</methodsynopsis>
<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;
- <function>pg_convert</function> applied to
- <literal>assoc_array</literal>.
+ <literal>options</literal> is specified,
+ <function>pg_convert</function> is applied to
+ <literal>assoc_array</literal> with specified options.
</para>
<example>
<title>pg_update</title>