Re: Schema versioning in postgres - Mailing list pgsql-novice

From Thomas Kellerer
Subject Re: Schema versioning in postgres
Date
Msg-id ii9kis$kvq$1@dough.gmane.org
Whole thread Raw
In response to Schema versioning in postgres  (abhinav mehrotra <talk2abhinav@gmail.com>)
List pgsql-novice
abhinav mehrotra, 01.02.2011 16:51:
> Hi,
>
> My database schema is susceptible to change between various release of the product. There may be new fields added or
oldfields removed from a table. 
> Introduction of new fields seems to simple, but removal/truncated or data type does not seem to very direct.
>
> Does postgres has any support for such schema versioning?
>

We are pretty content with Liquibase which handles a lot of this stuff automatically.

Regards
Thomas

pgsql-novice by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Need to enable --with-openssl
Next
From: Lew
Date:
Subject: Re: Primary keys in a single column table and text vs varchar