Re: subversion support? - Mailing list pgsql-general

From Dave Page
Subject Re: subversion support?
Date
Msg-id 200710252011070000@132355196
Whole thread Raw
In response to subversion support?  ("Roberts, Jon" <Jon.Roberts@asurion.com>)
List pgsql-general

> ------- Original Message -------
> From: Gregory Stark <stark@enterprisedb.com>
> To: "Dave Page" <dpage@postgresql.org>
> Sent: 25/10/07, 19:06:12
> Subject: Re: subversion support?
>
> The situation is complicated somewhat by the SQL "ALTER TABLE" and so on
> commands which you need to use instead of just reissuing the CREATE TABLE
> command.

From memory, pga2 used to log the reverse engineered DDL after a change, as well as the SQL used to make that change.
Itthen allowed you to generate scripts to update your production schemas from one version to another. It also allowed
youto view the history for an object, and rollback to a previous version. Dropped objects were logged in the
'graveyard'from where they could be resurrected. 

/D

pgsql-general by date:

Previous
From: "Scott Marlowe"
Date:
Subject: Re: subversion support?
Next
From: Tom Lane
Date:
Subject: Re: 2 versions running & using pg_dumpall