Re: Version Control?

From: Russ Brown <pickscrape(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Version Control?
Date: 2005-06-09 21:49:53
Message-ID: 42A8B981.5070401@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Thomas Kellerer wrote:
> Russ Brown wrote on 09.06.2005 23:12:
>
>> Currently we just store a dump of the data structure. However, what I
>> think is really needed is a specialist diff tool which works out the
>> commands needed to move from one schema to another. That would be
>> *extremely* useful, but would also probably require a separate
>> implementation for each database backend.
>>
>
> I have just implemented such a feature in my SQL Tool. It will output
> the difference between two schemas as an XML file which in turn can be
> transformed in the correct SQL scripts.
>
> The tool can be downloaded from http://www.sql-workbench.net
> (You are looking for the WbDiff command)
>

Very interesting. I'll have a closer look at this tomorrow morning at work.

Thanks!

--

Russ.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Phil Endecott 2005-06-09 22:04:09 Pushing limit into subqueries of a union
Previous Message MLikharev 2005-06-09 21:45:56 Re: CREATE TEMP TABLE AS SELECT/ GET DIAGNOSTICS ROW_COUNT