Re: How to retrieve functional index column names

Поиск
Список
Период
Сортировка
От glogy@centrum.cz (Jakub)
Тема Re: How to retrieve functional index column names
Дата
Msg-id c7ed2227.0401120509.611bc032@posting.google.com
обсуждение исходный текст
Ответ на How to retrieve functional index column names  (glogy@centrum.cz (Jakub))
Список pgsql-hackers
> As of 7.4, this is a requirement badly in need of reconsideration.
> What makes you think there is any function name involved?  Consider
> something like
>     create index i on t ((col + 2));
> 
> Getting the column names is still a sensible operation though.  I'd
> suggest looking in pg_depend to see which columns of the table the
> index depends on.

Thank you for your help Tom!

Regards Jakub


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

Предыдущее
От: Maxim Kovgan
Дата:
Сообщение: where shall i send my he.po file
Следующее
От: Kurt Roeckx
Дата:
Сообщение: Re: feature request... case sensitivity without double quotes