Improve description a bit. (Need more work)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@79848 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Yasuo Ohgaki 2002-04-25 00:50:04 +00:00
parent 63bebf1e9b
commit 2951ec423d

View file

@ -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>