yohgaki Wed Apr 24 20:50:05 2002 EDT Modified files: /phpdoc/en/reference/pgsql/functions pg-copy-from.xml Log: Improve description a bit. (Need more work) Index: phpdoc/en/reference/pgsql/functions/pg-copy-from.xml diff -u phpdoc/en/reference/pgsql/functions/pg-copy-from.xml:1.2 phpdoc/en/reference/pgsql/functions/pg-copy-from.xml:1.3 --- phpdoc/en/reference/pgsql/functions/pg-copy-from.xml:1.2 Wed Apr 17 02:43:17 2002 +++ phpdoc/en/reference/pgsql/functions/pg-copy-from.xml Wed Apr 24 20:50:04 +2002 @@ -1,11 +1,11 @@ <?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.82 --> <refentry id='function.pg-copy-from'> <refnamediv> <refname>pg_copy_from</refname> <refpurpose> - Copy a table from an array + Insert records into a table from an array </refpurpose> </refnamediv> <refsect1> @@ -19,7 +19,9 @@ <methodparam choice="opt"><type>string</type><parameter>null_as</parameter></methodparam> </methodsynopsis> <para> - <function>pg_copy_from</function> copies a table from an array. + <function>pg_copy_from</function> insert records into a table from + <parameter>rows</parameter>. It issues <literal>COPY</literal> command + internally to insert records. &return.success; </para> <para>