Re: schema synchronization

Поиск
Список
Период
Сортировка
От Shoaib Mir
Тема Re: schema synchronization
Дата
Msg-id bf54be870611130520l3b7060bn84b771d5ca0898fe@mail.gmail.com
обсуждение исходный текст
Ответ на schema synchronization  (Luca Ferrari <fluca1978@infinito.it>)
Список pgsql-general
Slony might help you there with the EXECUTE SCRIPT option.

Thanks,
---------
Shoaib Mir
EnterpriseDB (www.enterprisedb.com)

On 11/13/06, Luca Ferrari <fluca1978@infinito.it> wrote:
Hi all,
I've got a productional database that is running, while on my laptop I use a
copy of the database to develop an application. Sometimes I have to change
the schema of the database in order to implement new application features,
and I'd like to know if there's a way to automatically synchronize the schema
of my laptop (latest) with the productional one. Of course, the changes I
made does not affect primary or foreign keys or other constraints ( i.e., I
add a column, ...).
Is this possible?

Thanks,
Luca

---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend

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

Предыдущее
От: Luca Ferrari
Дата:
Сообщение: schema synchronization
Следующее
От: "Marko Rihtar"
Дата:
Сообщение: SQL - update table problem...