Re: Basic JSON support

Поиск
Список
Период
Сортировка
От David E. Wheeler
Тема Re: Basic JSON support
Дата
Msg-id E50B963C-C569-4EB2-92C8-4634EDDA5717@kineticode.com
обсуждение исходный текст
Ответ на Basic JSON support  (Itagaki Takahiro <itagaki.takahiro@gmail.com>)
Ответы Re: Basic JSON support  (Itagaki Takahiro <itagaki.takahiro@gmail.com>)
Список pgsql-hackers
On Sep 14, 2010, at 7:32 PM, Itagaki Takahiro wrote:

> Here is a patch for basic JSON support. It adds only those features:
>  * Add "json" data type, that is binary-compatible with text.
>  * Syntax checking on text to JSON conversion.
>  * json_pretty() -- print JSON tree with indentation.
> 
> We have "JSON datatype (WIP) 01" item:
>  https://commitfest.postgresql.org/action/patch_view?id=351
> but it seems too complex for me to apply all of the feature
> at once, especially JSON-Path support. So, I'd like to submit
> only basic and minimal JSON datatype support at first.

So should this be added to the commitfest, or replace this one?

Best,

David



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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Re: [COMMITTERS] pgsql: Use a latch to make startup process wake up and replay
Следующее
От: Robert Haas
Дата:
Сообщение: Re: including backend ID in relpath of temp rels - updated patch