INSERT INSERT — create new rows in a table Synopsis [ WITH [ RECURSIVE ] with_query [, ...] ] INSERT …| PostgreSQL Documentation
COPY COPY — copy data between a file and a table Synopsis COPY table_name [ ( column_name [, ...] ) …| PostgreSQL Documentation