Re: Getting the indexes of a table

Поиск
Список
Период
Сортировка
От Andreas Kretschmer
Тема Re: Getting the indexes of a table
Дата
Msg-id 20060427171704.GA15399@KanotixBox
обсуждение исходный текст
Ответ на Getting the indexes of a table  ("Christian Hofmann" <christian.hofmann@gmx.de>)
Ответы Re: Getting the indexes of a table
Список pgsql-novice
Christian Hofmann <christian.hofmann@gmx.de> schrieb:

> 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.

Start psql with -E and type '\d <your_table>. Now you can see how you
can retrieve this informations.


HTH, Andreas
--
Really, I'm not out to destroy Microsoft. That will just be a completely
unintentional side effect.                              (Linus Torvalds)
"If I was god, I would recompile penguin with --enable-fly."    (unknow)
Kaufbach, Saxony, Germany, Europe.              N 51.05082°, E 13.56889°

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

Предыдущее
От: "Christian Hofmann"
Дата:
Сообщение: Getting the indexes of a table
Следующее
От: "Christian Hofmann"
Дата:
Сообщение: Re: Getting the indexes of a table