pg_copy_from
Insert records into a table from an array
Description
boolpg_copy_from
resourceconnection
stringtable_name
arrayrows
stringdelimiter
stringnull_as
pg_copy_from insert records into a table from
rows. It issues COPY FROM SQL command
internally to insert records.
&return.success;
See also pg_copy_to