enums and indexing

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: enums and indexing
Date: 2016-03-09 17:54:10
Message-ID: 56E06342.9020802@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2016-03-09 17:56:40 Re: Optimization for updating foreign tables in Postgres FDW
Previous Message Corey Huinker 2016-03-09 17:48:29 Re: Declarative partitioning