Re: Query to return schema/table/columname/columntype - Mailing list pgsql-sql

From Bruno Wolff III
Subject Re: Query to return schema/table/columname/columntype
Date
Msg-id 20070119154549.GB13687@wolff.to
Whole thread Raw
In response to Query to return schema/table/columname/columntype  (paallen@attglobal.net)
List pgsql-sql
On Fri, Jan 19, 2007 at 12:41:19 +0000, paallen@attglobal.net wrote:
> For background I am selecting table & schema by
> the query:
> SELECT schemaname || '.' || tablename AS tablename
> FROM pg_tables ORDER BY tablename;

Are you guaranteed that all of the names are lower case? If not you may want
to include quoting in your query.

I didn't have a good answer for the base question you asked; this was more
under the suggestions category.


pgsql-sql by date:

Previous
From: paallen@attglobal.net
Date:
Subject: Re: Query to return schema/table/columname/columntype
Next
From: chester c young
Date:
Subject: Re: Query to return schema/table/columname/columntype