pg_catalog forward compatibility

From: Robert Gobeille <bob(dot)gobeille(at)hp(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: pg_catalog forward compatibility
Date: 2008-09-02 15:25:50
Message-ID: 72363BD6-6D43-42A6-8495-3BF799A2DAC7@hp.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Is there a better way to query a database definition than select from
pg_catalog tables and views? For example, when I put out a new
software update, I need to verify that all the table, column,
constraint, etc definitions are correct for the update.

Thanks,
Bob

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Richard Broersma 2008-09-02 15:37:43 Re: MERGE: performance advices
Previous Message Steve Clark 2008-09-02 15:10:08 Re: MERGE: performance advices