Re: jsonb and nested hstore

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема Re: jsonb and nested hstore
Дата
Msg-id CAM3SWZQSkirorRpxOkRag_W4O4bXBaxE5Xdm4OJe3qaoj7j-TA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: jsonb and nested hstore  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: jsonb and nested hstore  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
On Wed, Feb 26, 2014 at 6:29 PM, Robert Haas <robertmhaas@gmail.com> wrote:
> Why can't this whole thing be shipped as an extension?   It might well
> be more convenient to have the whole thing packaged as an extension
> than to have parts of it in core and parts of it not in core.

That's a good question. I think having everything in contrib would
make it easier to resolve the disconnect between jsonb and hstore. As
things stand, there is a parallel set of functions and operators for
hstore and jsonb, with the former set much larger than the latter. I'm
not terribly happy with that.


-- 
Peter Geoghegan



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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Changeset Extraction v7.7
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Avoiding deeply nested AND/OR trees in the parser