enums and indexing - Mailing list pgsql-hackers

From Andrew Dunstan
Subject enums and indexing
Date
Msg-id 56E06342.9020802@dunslane.net
Whole thread Raw
List 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 by date:

Previous
From: Corey Huinker
Date:
Subject: Re: Declarative partitioning
Next
From: Robert Haas
Date:
Subject: Re: Optimization for updating foreign tables in Postgres FDW