Re: Are there commands to enquire about table structure? - Mailing list pgsql-general

From Gregory Wood
Subject Re: Are there commands to enquire about table structure?
Date
Msg-id 402023BD.5070405@ewebengine.com
Whole thread Raw
In response to Re: Are there commands to enquire about table structure?  ("Ben" <reply@to-the-newsgroup.com>)
List pgsql-general
> Further pointers are welcome, otherwise if I figure it out myself, I'll
> post the results.

Just an opinion here, but I would implement these queries as views
similar to the information schema. That way you won't have to port
everything when the database changes. Once you upgrade to 7.4 you can
just keep on chugging away.

Greg

pgsql-general by date:

Previous
From: Gaetano Mendola
Date:
Subject: Re: Before ship 7.4.2
Next
From: Tom Lane
Date:
Subject: Re: Are there commands to enquire about table structure?