From 2951ec423dea6f3c83123b47f8f687da97b2cae3 Mon Sep 17 00:00:00 2001 From: Yasuo Ohgaki Date: Thu, 25 Apr 2002 00:50:04 +0000 Subject: [PATCH] Improve description a bit. (Need more work) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@79848 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/pgsql/functions/pg-copy-from.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/reference/pgsql/functions/pg-copy-from.xml b/reference/pgsql/functions/pg-copy-from.xml index c5c3b88d52..709222769e 100644 --- a/reference/pgsql/functions/pg-copy-from.xml +++ b/reference/pgsql/functions/pg-copy-from.xml @@ -1,11 +1,11 @@ - + pg_copy_from - Copy a table from an array + Insert records into a table from an array @@ -19,7 +19,9 @@ stringnull_as - pg_copy_from copies a table from an array. + pg_copy_from insert records into a table from + rows. It issues COPY command + internally to insert records. &return.success;