Re: Schema version control

From: Andy Colson <andy(at)squeakycode(dot)net>
To: Bill Moran <wmoran(at)potentialtech(dot)com>
Cc: Royce Ausburn <royce(dot)ml(at)inomial(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Schema version control
Date: 2011-02-10 22:25:51
Message-ID: 4D5465EF.1090708@squeakycode.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 2/10/2011 4:18 PM, Bill Moran wrote:
>
> We have this kickass solution we built at work called dbsteward that
> just takes care of all of this for us, automatically. You just give
> it the new version and the old version and it generates update statements
> to feed into PG.
>
> The reason I'm bringing this up is that we're working to release
> dbsteward as open source for PGCon. So, if you can wait a bit, you
> can jump on that train.
>
> In response to Andy Colson<andy(at)squeakycode(dot)net>:
>

But... that assumes all updates are DDL only? What if I have a lookup
table, and want to add some new entries into it?

-Andy

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Rob Sargent 2011-02-10 22:26:49 Re: Schema version control
Previous Message Bill Moran 2011-02-10 22:18:55 Re: Schema version control