Import data by using PostgreSQL COPY

You can use the PostgreSQL COPY FROM STDIN command to import data into a PostgreSQL-dialect database. For details, see COPY command for importing data in the psql command-line tool reference.