Re: PATCH: Add hstore_to_json()

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: PATCH: Add hstore_to_json()
Дата
Msg-id 4B3D2729.3040200@dunslane.net
обсуждение исходный текст
Ответ на Re: PATCH: Add hstore_to_json()  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: PATCH: Add hstore_to_json()  (Dimitri Fontaine <dfontaine@hi-media.com>)
Список pgsql-hackers

Robert Haas wrote:
> Anyhow, that brings me back to the question I asked upthread, which is
> "Can/should we suck one of these libraries into our code base (and if
> so, which?) or do we need to add an analogue of --with-libxml so that
> we can link against an external library if present and omit the
> feature otherwise?".
>
> Does anyone have any real-world experience with any of the JSON C libraries?
>
>
>   

I do not, but I see that YAJL <http://lloyd.github.com/yajl/> is now in 
Fedora, and has a BSDish license, so maybe that's a good place to start. 
Maybe someone would like to try designing an API which could sit atop 
that. Then we would not need to speculate based on principle.

I'd rather we use a library we can pull in like libxml than have to 
import the source and have to keep in sync with the upstream.

cheers

andrew


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

Предыдущее
От: "Kevin Grittner"
Дата:
Сообщение: Re: Serializable Isolation without blocking
Следующее
От: Tom Lane
Дата:
Сообщение: Re: PATCH: Add hstore_to_json()