PostgreSQL Diff Tool 0.2 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News PostgreSQL Diff Tool 0.2 (Default branch)
# 1  
Old 01-22-2008
PostgreSQL Diff Tool 0.2 (Default branch)

PostgreSQL Diff Tool is a simple command line toolwritten in Python to display basic tabledifferences between two PostgreSQL databases. Itcan be useful for comparing and tracking downdifferences between production and developmentdatabases.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
PGSNAP(1)							   User Commands							 PGSNAP(1)

NAME
pgsnap - PostgreSQL report tool DESCRIPTION
pgsnap is a PostgreSQL tool that mimics orasnap performance report tool for Oracle. Usage: ./pgsnap [OPTIONS]... [DBNAME] General options: -a, --all build a report for all databases on the PostgreSQL server -d DBNAME specify database name to connect to (default: your login name) -o outputdir specify directory name where the reports will be created (default: the database name followed by 'snap_', followed by the date and time) -S, --without-sysobjects all reports will display informations on user objects only -S, --delete-if-exists delete output directory if it already exists --help show this help, then exit --version output version information, then exit Connection options: -h HOSTNAME database server host or socket directory (default: "localhost") -p PORT database server port (default: "5432") -U NAME database user name (default: your login name) -W prompt for password AUTHOR and CREDITS pgsnap is written and maintained by Guillaume Lelarge <guillaume at lelarge dot info> The pgsnap website: http://pgsnap.projects.postgresql.org/ This manpage was written by Pierre Chifflier <chifflier@debian.org> pgsnap 0.5.0 Feb 2010 PGSNAP(1)