Skip to content

reuben/pgdump2sql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

usage: pgdump2sql.py [-h] [-I n] [-T table [table ...]] infile outfile

Converts Postgres data dumps to SQL scripts

positional arguments:
  infile                The pgAdmin3 data dump file to convert
  outfile               The output file to write to

optional arguments:
  -h, --help            show this help message and exit
  -I n, --sortidx n     The column to use when sorting data. Default is 0.
  -T table [table ...], --tables table [table ...]
                        Tables to export

About

Convert Postgres dump files to SQL scripts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages