Search code examples
sql-serversvnpostgresqlredgate

Migrations for PostgreSQL


Red-Gate has very interesting in beta software (Sql Source Control) that is installing inside SSMS and can save schema iterations through commit button. I need the same feature for postgresql, the only way i found similar to this - is log_statement = ddl, but log need be transformed and saved properly to file and than commited. What is your opinion about postgresql iteration tools?


Solution

  • Maybe Post Facto is similar to what you want.