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

From: Tino Wildenhain <tino(at)wildenhain(dot)de>
To: John Mitchell <mitchelljj98(at)gmail(dot)com>
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:31:55
Message-ID: 46B0995B.7030404@wildenhain.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message paolo 2007-08-01 14:40:31 Re: Linux distro
Previous Message Weber, Geoffrey M. 2007-08-01 14:30:25 Triggers: Detecting if a column value is explicitly set in an UPD ATE statement or not... ("IS NULL" not working?)