pg_get_viewdef - opclass

Поиск
Список
Период
Сортировка
От Dave Page
Тема pg_get_viewdef - opclass
Дата
Msg-id E7F85A1B5FF8D44C8A1AF6885BC9A0E40138887F@ratbert.vale-housing.co.uk
обсуждение исходный текст
Список pgsql-hackers
Following a pgAdmin bug report, I noticed that pg_get_viewdef doesn't
return the opclass when called for a specific column (in 8.1 at least) -
for example, for the index:

CREATE UNIQUE INDEX bar_pattern_idx2 ON foofoo USING btree
(lower((bar)::text) bpchar_pattern_ops, bar2)

A query on column 1 returns:

lower((bar)::text)

It seems to me that the opclass should be included as well.

Regards, Dave.


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

Предыдущее
От: Mark Kirkwood
Дата:
Сообщение: Re: TODO: Add pg_get_acldef(), pg_get_typedefault(),
Следующее
От: "Dave Page"
Дата:
Сообщение: Re: pg_get_INDEXdef - opclass