Re: [SQL] Postgres schema comparison.

From: Richard_D_Levine(at)raytheon(dot)com
To: John DeSoi <desoi(at)pgedit(dot)com>
Cc: pgsql-ADMIN(at)postgresql(dot)org, pgsql-sql(at)postgresql(dot)org, pgsql-sql-owner(at)postgresql(dot)org, Stef <svb(at)ucs(dot)co(dot)za>
Subject: Re: [SQL] Postgres schema comparison.
Date: 2005-03-07 13:03:43
Message-ID: OFE329A02A.6AD7CF2E-ON05256FBD.0047B53E@ftw.us.ray.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-sql

Are you just synching the schemas, or do you also need to synch the data?

Rick


John DeSoi
<desoi(at)pgedit(dot)com> To: Stef <svb(at)ucs(dot)co(dot)za>
Sent by: cc: pgsql-ADMIN(at)postgresql(dot)org, pgsql-sql(at)postgresql(dot)org
pgsql-sql-owner(at)pos Subject: Re: [SQL] [ADMIN] Postgres schema comparison.
tgresql.org


03/07/2005 07:39 AM

On Mar 7, 2005, at 4:33 AM, Stef wrote:

> I have the wonderful job of re-synch'ing all the schemas out there not
> conforming to the master. I've looked everywhere for something that
> will help doing this. I'm specifically looking for a way to do a
> sumcheck
> or something similar on tables and/or schema as a whole to be able to
> do a table comparison with the master database.
>

Develop a function that builds a string describing the tables/schemas
you want to compare. Then have your function return the md5 sum of the
string as the result. This will give you a 32 character value you can
use to determine if there is a mismatch.

John DeSoi, Ph.D.
http://pgedit.com/
Power Tools for PostgreSQL

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Markus Schaber 2005-03-07 13:06:36 Re: [SQL] Postgres schema comparison.
Previous Message Stef 2005-03-07 12:54:44 Re: [SQL] Postgres schema comparison.

Browse pgsql-sql by date

  From Date Subject
Next Message Markus Schaber 2005-03-07 13:06:36 Re: [SQL] Postgres schema comparison.
Previous Message KÖPFERL Robert 2005-03-07 13:03:09 Maintaining production DBs, making one schema look like the other