Re: find all tables with a specific column name? - Mailing list pgsql-sql

From Bruno Wolff III
Subject Re: find all tables with a specific column name?
Date
Msg-id 20060421180356.GB13275@wolff.to
Whole thread Raw
In response to find all tables with a specific column name?  (Jeff Frost <jeff@frostconsultingllc.com>)
Responses Re: find all tables with a specific column name?  (Jeff Frost <jeff@frostconsultingllc.com>)
List pgsql-sql
On Fri, Apr 21, 2006 at 09:29:33 -0700, Jeff Frost <jeff@frostconsultingllc.com> wrote:
> Is there a reasonable way to extract a list of all tables which contain a 
> specific column name from the system views on 8.1?
> 
> For instance, I might want to enumerate all tables with a column named 
> last_modified.

Take a look at:
http://developer.postgresql.org/docs/postgres/infoschema-columns.html
and
http://developer.postgresql.org/docs/postgres/infoschema-schema.html


pgsql-sql by date:

Previous
From: Jeff Frost
Date:
Subject: find all tables with a specific column name?
Next
From: Jeff Frost
Date:
Subject: Re: find all tables with a specific column name?