Re: Range Types

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема Re: Range Types
Дата
Msg-id 1297240528.27157.463.camel@jdavis
обсуждение исходный текст
Ответ на Range Types  (Jeff Davis <pgsql@j-davis.com>)
Ответы Re: Range Types (catversion.h)  ("Erik Rijkers" <er@xs4all.nl>)
Re: Range Types: << >> -|- ops vs empty range  ("Erik Rijkers" <er@xs4all.nl>)
Список pgsql-hackers
Updated patch.

Changes:
  * Addressed Erik's review comments.
  * Fixed issue with "range @> elem" found by Erik.
  * Merged with latest HEAD
  * Changed representation to be more efficient and more robust
    (could use some testing though, because I just did this tonight)

TODO:
  * send/recv -- just noticed this tonight, no reason not to do it

Open Items:
  * Maybe typmod
  * grammar -- ask for btree opclass, or compare function?
  * catalog -- store btree opclass, or compare function?
  * should non-superusers be able to create range types?
  * constructor issues I just posted about
  * SQL length function --immutable/stable/volatile?

As always, my repo is here:

http://git.postgresql.org/gitweb?p=users/jdavis/postgres.git;a=log;h=refs/heads/rangetypes

Regards,
    Jeff Davis

Вложения

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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: Re: [COMMITTERS] pgsql: Basic Recovery Control functions for use in Hot Standby. Pause,
Следующее
От: Greg Smith
Дата:
Сообщение: Re: [PERFORM] pgbench to the MAXINT