Re: additional json functionality

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: additional json functionality
Дата
Msg-id 528CF4CD.9080304@agliodbs.com
обсуждение исходный текст
Ответ на Re: additional json functionality  (Josh Berkus <josh@agliodbs.com>)
Список pgsql-hackers
On 11/20/2013 04:52 AM, Robert Haas wrote:
> I confess to being a bit perplexed by why we want hstore and json to
> share a common binary format.  hstore doesn't store hierarchical data;
> json does.  If we design a binary format for json, doesn't that just
> obsolete store?  Why go to a lot of trouble to extend our home-grown
> format if we've got a standard format to plug into?

See hstore2 patch from Teodor.  That's what we're talking about, not
hstore1, which as you point out is non-heirarchical.

-- 
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com



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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: GIN improvements part 1: additional information
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: -d option for pg_isready is broken