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;