mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
63bebf1e9b
commit
2951ec423d
1 changed files with 5 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue