Re: Range Types and extensions

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема Re: Range Types and extensions
Дата
Msg-id 20110606182732.GN18128@tamriel.snowman.net
обсуждение исходный текст
Ответ на Re: Range Types and extensions  (Dimitri Fontaine <dimitri@2ndQuadrant.fr>)
Ответы Re: Range Types and extensions  (Dimitri Fontaine <dimitri@2ndQuadrant.fr>)
Список pgsql-hackers
* Dimitri Fontaine (dimitri@2ndQuadrant.fr) wrote:
> That means that this is, IMHO, the right approach.  Have core support
> that enables user defined RANGE types with indexing and planner support,
> etc, like we have OPERATOR CLASS and FAMILY and all the jazz.

Yes, we do, however..

> And the useful stuff you need to have to benefit from that core support
> would be an extension.  It could be a core maintained extension, and it
> could even get installed by default, so that all the users would need to
> do is 'CREATE EXTENSION timeranges;', for example.

I don't like the idea of having a capability which is not utilized
in core.  We should make it so extensions can *also* have access to
define their own, but we should have the basics covered in core.

>  a. core extensions, shipped by default

Having it as a core extension might work, but I'm not really 'sold' on
it.
Thanks,
    Stephen

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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: patch: Allow \dd to show constraint comments
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: WALInsertLock tuning