Re: Question about PostgreSQL Metadata

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Question about PostgreSQL Metadata
Дата
Msg-id 2313.1142978384@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Question about PostgreSQL Metadata  ("Lane Van Ingen" <lvaningen@esncc.com>)
Список pgsql-novice
"Lane Van Ingen" <lvaningen@esncc.com> writes:
> I would like to associate a table name with the indexes this query
> pulls from pg_class.

You have to join against pg_index and then back to pg_class.
See the system catalogs documentation for your PG version, eg
http://www.postgresql.org/docs/8.0/static/catalogs.html

            regards, tom lane

В списке pgsql-novice по дате отправления:

Предыдущее
От: "Lane Van Ingen"
Дата:
Сообщение: Question about PostgreSQL Metadata
Следующее
От: Sean Davis
Дата:
Сообщение: Bytea and perl