toch / pgddiff

compare two PostgreSQL databases in terms of data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

compare two PostgreSQL databases in terms of data

License:GNU General Public License v3.0


Languages

Language:Python 100.0%