Usage

Follow the step-by-step wizard, it’s intuitive. After creation of the files you will be upload / exec the “structure” file first. It contains all CREATE statements for the tables. After that you can exec all the “data” files.

Very big COPY statements will be splitted into smaller ones, depending of your defined maximal file size.

For PostgreSQL you will need to use “psql” binary.

Top