Description
array
pg_copy_to ( resource connection, string table_name [, string delimiter [, string null_as]])
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
FALSE on failure_
See also pg_copy_from()_