diff --git a/reference/pgsql/functions/pg-copy-to.xml b/reference/pgsql/functions/pg-copy-to.xml index ff35aae4db..ce27839166 100644 --- a/reference/pgsql/functions/pg-copy-to.xml +++ b/reference/pgsql/functions/pg-copy-to.xml @@ -1,5 +1,5 @@ - + @@ -20,7 +20,7 @@ pg_copy_to copies a table to an array. It issues COPY TO SQL command internally to - insert records. The resulting array is returned. It returns + retrieve records. The resulting array is returned. It returns &false; on failure.