Re: find all tables with a specific column name?

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: find all tables with a specific column name?
Дата
Msg-id 20060421180356.GB13275@wolff.to
обсуждение исходный текст
Ответ на find all tables with a specific column name?  (Jeff Frost <jeff@frostconsultingllc.com>)
Ответы Re: find all tables with a specific column name?  (Jeff Frost <jeff@frostconsultingllc.com>)
Список 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 по дате отправления:

Предыдущее
От: Jeff Frost
Дата:
Сообщение: find all tables with a specific column name?
Следующее
От: Jeff Frost
Дата:
Сообщение: Re: find all tables with a specific column name?