UUID datatype and GIST index support

Поиск
Список
Период
Сортировка
От Misa Simic
Тема UUID datatype and GIST index support
Дата
Msg-id CAH3i69maGfWiySwnAvxnQNbEWhRVn0fUyNboZNVkuZUDfvudUA@mail.gmail.com
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Fujii Masao
Дата:
Сообщение: Re: synchronous_standby_names with '*'
Следующее
От: Alexander Perepelica
Дата:
Сообщение: Re: synchronous_standby_names with '*'