Re: Version Control Software for Database Objects

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема Re: Version Control Software for Database Objects
Дата
Msg-id 1105667105.2886.419.camel@jeff
обсуждение исходный текст
Ответ на Version Control Software for Database Objects  ("Mark Dexter" <MDEXTER@dexterchaney.com>)
Список pgsql-general
On Thu, 2005-01-13 at 15:18 -0800, Mark Dexter wrote:
> We maintain multiple versions of our application's database and we are
> looking for version control software to help us automate this.
> Specifically, we would like to have a program that automatically
> tracks all changes to the database (tables, views, functions, etc.)
> and assists with updating customers' databases from one version to the
> next.
>
> Does anyone know of such a program that works with PostgreSQL?  Thanks
> for your help.

Perhaps Point in Time Recovery can help you:

<http://developer.postgresql.org/docs/postgres/backup-online.html>

It's a new feature in 8.0.

You might also want to look into some of the available replication
solutions.

Regards,
    Jeff Davis


В списке pgsql-general по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: index on user defined type
Следующее
От: Tim Allen
Дата:
Сообщение: Re: Version Control Software for Database Objects