Re: How do I connect postgres table structures and view structures to an existing svn repository?

From: "John Mitchell" <mitchelljj98(at)gmail(dot)com>
To: "Tino Wildenhain" <tino(at)wildenhain(dot)de>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: How do I connect postgres table structures and view structures to an existing svn repository?
Date: 2007-08-01 14:40:46
Message-ID: fa2ac0580708010740x5d16aef2obeee0e74491fb70e@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)wildenhain(dot)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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Brian Mathis 2007-08-01 14:41:18 Re: Linux distro
Previous Message paolo 2007-08-01 14:40:31 Re: Linux distro