schema change tracking

From: Benedict Holland <benedict(dot)m(dot)holland(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: schema change tracking
Date: 2019-05-16 16:41:22
Message-ID: CAD+mzozAAVSGMMKwQEQh0ZMQtysxuaB2qBqksEv5wXcPJBD8Gw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi All,

I am fairly this question has many answers but here it goes:

I need a tool that can track schema changes in a postgesql database, write
scripts to alter the tables, and store those changes in git. Are there
tools that exist that can do this?

BTW, I know if I use a framework with some form of model tracking (laravel
and Django), those can do it. The application I am writing does not track
model files and I really cannot compare sql schema dumps across versions.
It would be far too time-consuming.

Thanks,
~Ben

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Steve Atkins 2019-05-16 16:50:01 Re: schema change tracking
Previous Message David G. Johnston 2019-05-16 15:48:51 Re: bigint out of range