Re: JSON for PG 9.2

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: JSON for PG 9.2
Дата
Msg-id 1323753959.20924.17.camel@vanquo.pezone.net
обсуждение исходный текст
Ответ на Re: JSON for PG 9.2  (Peter van Hardenberg <pvh@pvh.ca>)
Ответы Re: JSON for PG 9.2  (Peter van Hardenberg <pvh@pvh.ca>)
Re: JSON for PG 9.2  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
On mån, 2011-12-12 at 16:51 -0800, Peter van Hardenberg wrote:
> Because we haven't heard from him in a while we've been using PL/V8 to
> validate a JSON datatype simulated by a DOMAIN with a simple
> acceptance function. (See below.) This is not ideally performant but
> thanks to V8's JIT the JSON parser is actually reasonably good.
> 
> I think releasing something simple and non-performant with reasonable
> semantics would be the best next step. If it were up to me, I'd
> probably even try to just land PL/V8 as PL/JavaScript for 9.2 if the
> crash bugs and deal breakers can be sifted out.

You don't need a new PL to do that.  The existing PLs can also parse
JSON.  So that's not nearly enough of a reason to consider adding this
new PL.




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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: JSON for PG 9.2
Следующее
От: Merlin Moncure
Дата:
Сообщение: Re: JSON for PG 9.2