pg_copy_from

pg_copy_from -- Insert records into a table from an array

Description

int pg_copy_from ( int connection, string table_name, array rows [, string delimiter [, string null_as]])

It issues COPY command internally to insert records . מחזיר TRUE במקרה של הצלחה או FALSE במקרה של כישלון .