Re: Any tools to compare db's

From: "Chris Hoover" <revoohc(at)sermonaudio(dot)com>
To: "Rosser Schwarz" <rosser(dot)schwarz(at)gmail(dot)com>, <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Any tools to compare db's
Date: 2004-12-21 00:02:44
Message-ID: 41C76824.1030904@sermonaudio.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

That really does not work. It will tell you line by line differences,
but not what object it is. Also, it does not help to generate the sql
to sync the db's.

Chris

Rosser Schwarz wrote:

>while you weren't looking, Chris Hoover wrote:
>
>
>>Does anyone know of any good tools that will compare 2 db's and generate a complete listing of any object differences?
>>
>>
>
>Perhaps something like:
>
>$ pg_dump --schema-only db1 > db1.sql
>$ pg_dump --schema-only db2 > db2.sql
>$ diff db1.sql db2.sql
>
>would accomplish what you're after? It does specifically list GRANTs,
>among other things.
>
>/rls
>
>
>

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Rosser Schwarz 2004-12-21 04:46:46 Re: Any tools to compare db's
Previous Message Artur Pietruk 2004-12-20 22:42:09 Re: PostgreSQL internals and implementation of transactions