Description
bool
pg_copy_from ( resource connection, string table_name, array rows [, string delimiter [, string null_as]])
pg_copy_from() insert records into a table from
rows. It issues COPY FROM SQL command
internally to insert records.
Devuelve TRUE si todo se
llevó a cabo correctamente, FALSE en caso
de fallo.
See also pg_copy_to().