/pgddiff

compare two PostgreSQL databases in terms of data

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

pgddiff

Automatically exported from code.google.com/p/pgddiff

In database replication scenario, it is often useful to identify the possible differences between two databases. This is the purpose of pgddiff.

It compares one database to another one, the reference, at different level:

  1. table and sequence name
  2. number of records and sequence current value
  3. column description (name and type)
  4. primary key
  5. primary key value
  6. record data