enums and indexing

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема enums and indexing
Дата
Msg-id 56E06342.9020802@dunslane.net
обсуждение исходный текст
Список pgsql-hackers
Currently we don't have a way to create a GIN index on an array of 
enums, or to use an enum field in a GIST index, so it can't be used in 
an exclusion constraint, among other things.

I'd like to work on fixing that if possible. Are there any insuperable 
barriers? If not, what do we need to do?

cheers

andrew



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

Предыдущее
От: Corey Huinker
Дата:
Сообщение: Re: Declarative partitioning
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Optimization for updating foreign tables in Postgres FDW