Re: [pgadmin-support] Compare DB schema

2010-12-16 Thread Devrim GÜNDÜZ
On Thu, 2010-12-16 at 11:20 +0100, Erasmo Zottola - Elman wrote: > Hi, is there a way to compare 2 DB schema and obtain an sql script to > align the DBs? You may want to look at http://pgfoundry.org/projects/pg-comparator Regards, -- Devrim GÜNDÜZ PostgreSQL Danışmanı/Consultant, Red Hat Cert

Re: [pgadmin-support] Compare DB schema

2010-12-16 Thread Raymond O'Donnell
On 16/12/2010 10:20, Erasmo Zottola - Elman wrote: Hi, is there a way to compare 2 DB schema and obtain an sql script to align the DBs? Hi there, There is a good number of tools out there to do that sort of thing. Googling "Postgresql schema diff" throws up a few to start with. Ray. -- Ray