Re: Schema versioning in postgres

Поиск
Список
Период
Сортировка
От Thomas Kellerer
Тема Re: Schema versioning in postgres
Дата
Msg-id ii9kis$kvq$1@dough.gmane.org
обсуждение исходный текст
Ответ на Schema versioning in postgres  (abhinav mehrotra <talk2abhinav@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Need to enable --with-openssl
Следующее
От: Lew
Дата:
Сообщение: Re: Primary keys in a single column table and text vs varchar