Getting info on index

Поиск
Список
Период
Сортировка
От Francisco Reyes
Тема Getting info on index
Дата
Msg-id 20011106224948.A24962-100000@zoraida.natserv.net
обсуждение исходный текст
Ответы Re: Getting info on index  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-novice
\di tells me what indeces exist. \d<index_name> gives me some info on the
index, but it seems that it truncates. For instance I have an index which
is lower(name) and \di <index> shows " lower" for the attribute.

What, if anything, would show me the complete key of an index?



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: IS NULL
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Getting info on index