Getting the indexes of a table

Поиск
Список
Период
Сортировка
От Christian Hofmann
Тема Getting the indexes of a table
Дата
Msg-id 00f301c66a1a$94186b00$7b00a8c0@taschenrechner
обсуждение исходный текст
Ответы Re: Getting the indexes of a table  (Andreas Kretschmer <akretschmer@spamfence.net>)
Список pgsql-novice
Hello,

I want to get the indexes that are installed in one table.
I looked at the information_schema but there was nothing to use.

I am looking for something like

SELECT column_name, index_name FROM ... WHERE table_name = 'abc'

How should my query look?

Thank you,

Christian





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

Предыдущее
От: Oscar Rodriguez Fonseca
Дата:
Сообщение: Re: error handling
Следующее
От: Andreas Kretschmer
Дата:
Сообщение: Re: Getting the indexes of a table