How to compare two PostgreSQL schemas
Comparing Postgres schemas with pg_dump and diff, a normalization script that removes most of the noise, and where the DIY approach stops.
2 posts tagged “schema-drift” · RSS feed for this tag
Comparing Postgres schemas with pg_dump and diff, a normalization script that removes most of the noise, and where the DIY approach stops.
Migration history records intent, not the current state of your database. Why environments diverge and nothing catches it.