Re: List of Index Columns & Expressions

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: List of Index Columns & Expressions
Дата
Msg-id 6721.1357856188@sss.pgh.pa.us
обсуждение исходный текст
Ответ на List of Index Columns & Expressions  ("David E. Wheeler" <david@justatheory.com>)
Ответы Re: List of Index Columns & Expressions
Список pgsql-hackers
"David E. Wheeler" <david@justatheory.com> writes:
> Is there some way to only get the relevant index expression from indexprs, rather than the whole expression?

pg_get_indexdef() is your friend.  You really, really don't want to
write any client-side code that inspects indexprs directly.  It'll
break.
        regards, tom lane



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