Schema unique stamp (OID, MD5?)

From: Jean-Michel POURE <jm(dot)poure(at)freesurf(dot)fr>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: Schema unique stamp (OID, MD5?)
Date: 2002-02-23 19:59:25
Message-ID: 200202231959.g1NJxPFP020691@www1.translationforge
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Dear friends,

Do you see an existing way to stamp an existing schema with a unique value
(OID?). This would be very usefull for pgAdmin2 when working in development
teams to decide whether a schema should be reloaded or not.

Using PLbash, this would look like :
"md5sum < pg_dump --schema-only database_name"
Are there plans to implement such a feature server-side in C++?

Best regards,
Jean-Michel POURE

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2002-02-23 20:53:09 Re: Schema unique stamp (OID, MD5?)
Previous Message Jean-Michel POURE 2002-02-23 18:30:09 Re: ALTER VIEW