Re: Schema versioning in postgres

From: Thomas Kellerer <spam_eater(at)gmx(dot)net>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: Schema versioning in postgres
Date: 2011-02-01 18:49:00
Message-ID: ii9kis$kvq$1@dough.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 old fields 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

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Lew 2011-02-01 18:59:44 Re: Primary keys in a single column table and text vs varchar
Previous Message Bruce Momjian 2011-02-01 18:38:34 Re: Need to enable --with-openssl