RE: How can I select all of the tables with field name 'area'?

From: "Stuart Foster" <stuartafoster(at)home(dot)com>
To: "G(dot) Anthony Reina" <reina(at)nsi(dot)edu>, <pgsql-sql(at)postgreSQL(dot)org>
Subject: RE: How can I select all of the tables with field name 'area'?
Date: 2000-09-11 23:56:48
Message-ID: LOBBJCEMCNNHMFAJGBOPAELFCDAA.stuartafoster@home.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

You should be able to query the system table that holds that column names.
Not sure which it is tho.

-----Original Message-----
From: pgsql-sql-owner(at)hub(dot)org [mailto:pgsql-sql-owner(at)hub(dot)org]On Behalf
Of G. Anthony Reina
Sent: Monday, September 11, 2000 4:38 PM
To: pgsql-sql(at)postgreSQL(dot)org
Subject: [SQL] How can I select all of the tables with field name
'area'?

I have a database with several tables. I'd like to pull out a list of
names for the tables that contain the field (class) name 'area'.

Can this be done?

-Tony

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message G. Anthony Reina 2000-09-12 00:34:27 Re: How can I select all of the tables with field name 'area'?
Previous Message G. Anthony Reina 2000-09-11 23:37:43 How can I select all of the tables with field name 'area'?