schema change tracking - Mailing list pgsql-general

From Benedict Holland
Subject schema change tracking
Date
Msg-id CAD+mzozAAVSGMMKwQEQh0ZMQtysxuaB2qBqksEv5wXcPJBD8Gw@mail.gmail.com
Whole thread Raw
Responses Re: schema change tracking
Re: schema change tracking
Re: schema change tracking
Re: schema change tracking
List 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

pgsql-general by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: bigint out of range
Next
From: Steve Atkins
Date:
Subject: Re: schema change tracking