db schema diff

From: Igor Shevchenko <igor(at)carcass(dot)ath(dot)cx>
To: pgsql-general(at)postgresql(dot)org
Subject: db schema diff
Date: 2004-04-12 18:35:25
Message-ID: 200404122135.25453.igor@carcass.ath.cx
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi!

Suppose I have "pg_dump -s" of two pg installs, one is "dev", another is
"production". Their schemas don't differ too much, and I want to get a "diff
-u"-like schema diff so I can quickly add missing/remove old
tables/sequences/etc to one or another (manually). Is there some quick tool
for doing this ?

There was a thread about it sometime in aug, 2002, but it ended without
producing anything useful.

--
Best regards,
Igor Shevchenko

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Clodoaldo Pinto Neto 2004-04-12 19:17:01 Re: COPY TO order
Previous Message Clodoaldo Pinto Neto 2004-04-12 17:15:30 Re: COPY TO order