I've used red-gate's sql compare with sqlserver for checking table/index/proc differences, is there anything similar for postgres?

What I want to do is figure out between development, QA, and production databases if there are any indexes or other schema changes in case something was missed.

link|improve this question

feedback

2 Answers

up vote 0 down vote accepted

Here is one implementation that will do what you are looking for: http://sqlmanager.net/en/products/postgresql/dbcomparer

link|improve this answer
feedback

Check_postgres from bucardo has a schema diff option. http://bucardo.org/check_postgres/check_postgres.pl.html#same_schema This a perl-based script I have used and found handy.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.