Build and run with a single argument, which should be your postgresql dump file. The app will start filtering out the schema part into _schema.sql and then extract all table data into {table-name}.sql ...
As everything that contains valuable data, PostgreSQL databases should be backed up regularly. While the procedure is essentially simple, it is important to have a basic understanding of the ...
Dump out only the data, no schema (definitions).
Default is pg Settings set by environment variables starting with PG_ will be overwritten by the corresponding CLI flag if given. Setting the Postgres server's data source name The PostgreSQL server's ...