Am Donnerstag, 12. April 2007 16:46 schrieb Chris Hoover:
> Is there not a way to query the pg_ catalog views and get a listing of
> views with columns (by alias name)?
The column names (what you call alias names) are in pg_attribute, the views
are in pg_class.
--
Peter Eisentraut
http://developer.postgresql.org/~petere/