UUID datatype and GIST index support - Mailing list pgsql-general

From Misa Simic
Subject UUID datatype and GIST index support
Date
Msg-id CAH3i69maGfWiySwnAvxnQNbEWhRVn0fUyNboZNVkuZUDfvudUA@mail.gmail.com
Whole thread Raw
List pgsql-general
Hi,

Is there maybe GIST support patch for UUID datatype?

I do not it it concretly just for UUID column... it is more because of I need it in EXCLUDE constraint...

CREATE TABLE test_exclude
{
id serial NOT NULL,
guid uuid NOT NULL,
valid_period period NOT NULL,
CONSTRAINT "test_excludepk" PRIMARY KEY (id),
EXCLUDE USING gist (guid WITH =. valid_period WITH &&) --for the same guid, period must not overlap...

}

Thanks,

Misa

pgsql-general by date:

Previous
From: Fujii Masao
Date:
Subject: Re: synchronous_standby_names with '*'
Next
From: Alexander Perepelica
Date:
Subject: Re: synchronous_standby_names with '*'