Re: GiST support for UUIDs

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: GiST support for UUIDs
Дата
Msg-id 2724.1435244791@sss.pgh.pa.us
обсуждение исходный текст
Ответ на GiST support for UUIDs  (Paul A Jungwirth <pj@illuminatedcomputing.com>)
Ответы Re: GiST support for UUIDs
Список pgsql-hackers
Paul A Jungwirth <pj@illuminatedcomputing.com> writes:
> I'm interested in adding GiST support for the UUID column type from
> the uuid-ossp extension. This has been requested and attempted before:
> I've used Postgres for a long time, but I've only dabbled a bit in the
> source code. So I'm curious where this change would go? The btree_gist
> extension? The uuid-ossp extension? Somewhere else?

btree_gist, I'd think, assuming you are only thinking of btree-equivalent
semantics and not anything more outre.  uuid-ossp is only concerned with
UUID generation algorithms, not with storage or indexing.  btree_gist
already has a bunch of infrastructure for this type of GiST opclass,
so it should be pretty straightforward to add it there (at least up to
making it work; the overhead of an extension version bump will probably
exceed the useful payload :-( ).
        regards, tom lane



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: RFC: replace pg_stat_activity.waiting with something more descriptive
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Oh, this is embarrassing: init file logic is still broken