Re: How do I connect postgres table structures and view structures to an existing svn repository? - Mailing list pgsql-general

From John Mitchell
Subject Re: How do I connect postgres table structures and view structures to an existing svn repository?
Date
Msg-id fa2ac0580708010740x5d16aef2obeee0e74491fb70e@mail.gmail.com
Whole thread Raw
In response to Re: How do I connect postgres table structures and view structures to an existing svn repository?  (Tino Wildenhain <tino@wildenhain.de>)
List pgsql-general
Hi,

I am trying to store schema definitions in version-control which I can do by saving the definition and then  importing  into svn, but I  would like  it to be automatic , so that when an update occurs to a table or view within postgres then that table or view is flagged within svn.  This would be similar to what I currently do with source code that I have for a web app within  eclipse.

On 8/1/07, Tino Wildenhain <tino@wildenhain.de> wrote:
John Mitchell schrieb:
> Hi,
>
> How do I connect postgres table structures and view structures to an
> existing svn repository?

Please elaborate: what do you mean with "connect"?
If you want to version control your DDL, people
use pgdump to create individual dumps (as sql
text files) and just add/commit them to the
repository.

Regards
Tino



--
John J. Mitchell

pgsql-general by date:

Previous
From: paolo@ecometer.it
Date:
Subject: Re: Linux distro
Next
From: "Brian Mathis"
Date:
Subject: Re: Linux distro