Re: [SQL] diff databases

2004-12-28 Thread Robert Treat
On Saturday 18 December 2004 09:23, [EMAIL PROTECTED] wrote: > Hi, > > I'm looking for a tool which can compare structure of two databases > and produce sql commands (ALTER, DROP, CREATE, etc. if needed) which > could be used then to convert structure of one database to the other. > > I would like

Re: [SQL] diff databases

2004-12-20 Thread Theo Galanakis
--- Begin Message --- EMS has a tool called EMS PostgreSQL Database Comparer. http://www.sqlmanager.net/products/postgresql/dbcomparer -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Sunday, 19 December 2004 1:23 AM To: [EMAIL PROTECTED] Subject: [SQL] diff

[SQL] diff databases

2004-12-18 Thread drdani
Hi, I'm looking for a tool which can compare structure of two databases and produce sql commands (ALTER, DROP, CREATE, etc. if needed) which could be used then to convert structure of one database to the other. I would like to use such a tool for postgresql databases especially. Daniel -