schema synchronization

From: Luca Ferrari <fluca1978(at)infinito(dot)it>
To: pgsql-general(at)postgresql(dot)org
Subject: schema synchronization
Date: 2006-11-13 13:09:58
Message-ID: 200611131409.58783.fluca1978@infinito.it
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Shoaib Mir 2006-11-13 13:20:31 Re: schema synchronization
Previous Message Alban Hertroys 2006-11-13 13:01:36 Overlap flags (Was: Re: Why overlaps is not working)