Comparing tables in different db's

From: Phillip F Jansen <pfj(at)ucs(dot)co(dot)za>
To: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Comparing tables in different db's
Date: 2001-08-10 08:59:22
Message-ID: 3B73A26A.ACA27B9B@ucs.co.za
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I would like to know if there is a way to compare the data of tables in
different databases. For example I have table in db1 and exactly the
same table in db2. Is it possible to see if the contents of the two
tables are exactly the same?
For example if the table(db1.customer) has a column surname and the
field has a value of "Testing" and in db2.customer the exact same row
has a value "Testong" is it possible to actually know that there is a
difference ? I don't actually have to know what the actual differences
are , I must just know that there is a difference.

Thank you

Phillip

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Vince Vielhaber 2001-08-10 09:45:11 Re: OpenFTS (Open Source Full Text Search engine) pre-announce
Previous Message Teodor Sigaev 2001-08-10 07:33:10 Re: OpenFTS (Open Source Full Text Search engine) pre-announce