Posts

Showing posts with the label postgresql

PGDB v1.1 - Postgresql Database Tool

PGDB v1.1 PGDB is a postgresql database save/restore tool. usage: pgdb [-t -c|-s|-r|-sxls] [--help] optional arguments:   -h, --help            show this help message and exit   -t TableName, --table TableName           Specify the table   -c, --clear                                                 Clear the table (Use 'DELETE FROM' request)   -d, --delete                                               Delete the table (Use 'DROP TABLE' request)   -s FileName, --save FileName                 Save the table data to csv file   -sxls FileName, --savexls FileName        Save the table da...