Re: Get info about indexes

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Get info about indexes
Дата
Msg-id 9999.1205767339@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Get info about indexes  (AlannY <m@alanny.ru>)
Список pgsql-general
AlannY <m@alanny.ru> writes:
> I need a method of extracting information about indexes of any table
> from information_schema.

There is nothing about indexes in the information_schema (this is not
a bug, it's an intentional decision by the standards committee).
If you want to know about indexes you'll need to look directly at the
system catalogs.

You can find out about unique/primary-key constraints from
information_schema, but that's not quite the same ...

            regards, tom lane

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

Предыдущее
От: "sathiya psql"
Дата:
Сообщение: postgresql performance tuning tools
Следующее
От: Erik Jones
Дата:
Сообщение: Re: shared memory/max_locks_per_transaction error