|
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.73
">pg_copy_fromDescriptionint pg_copy_from ( int connection, string table_name, array rows [, string delimiter [, string null_as]])pg_copy_from() insert records into a table from rows. It issues COPY command internally to insert records. Retourne TRUE en cas de succès, FALSE en cas d'échec. See also pg_copy_to()
|