Re: sync structures

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: sync structures
Дата
Msg-id 4AC0ED84.20501@hogranch.com
обсуждение исходный текст
Ответ на sync structures  (John <jfabiani@yolo.com>)
Список pgsql-general
John wrote:
> Hi,
> I have a development DB and a production DB.  I need a way to sync the changes
> I make to the stucture in the devel DB to the production DB.  I found pgdiff
> but can't get it to work.  I would like a solution that would work on windows
> and linux.   But I'll take either alone.
>
> postgres 8.3
> openSUSE 11.0
> windows XP/vista
>

we make our changes via .sql files, and always keep in parallel a 'new
database' .sql file that creates the schema from scratch, and a 'delta'
SQL file which updates from one released version to the next.   these
.sql files live in our source code control, along with the applications.
  We do _not_ diddle the development environment schema interactively,
except for experiments on a scratch copy.



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

Предыдущее
От: John
Дата:
Сообщение: Re: sync structures
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: Functions returning multiple rowsets