Re: JSON for PG 9.2

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: JSON for PG 9.2
Дата
Msg-id 1323747639-sup-9172@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: JSON for PG 9.2  (Daniel Farina <daniel@heroku.com>)
Ответы Re: JSON for PG 9.2  ("David E. Wheeler" <david@justatheory.com>)
Список pgsql-hackers
Excerpts from Daniel Farina's message of lun dic 12 22:37:13 -0300 2011:

> * It'd be nice to pass intermediate in-memory representations rather
> than calling JSON.parse all the time, similar to OPAQUE except sound
> (so bogus pointers cannot be passed).  Basically, an "ephemeral type".
>  It could save a lot of when composing operators.  I've needed this
> for other projects, but for much the same reason.

I remember there was the idea of doing something like this for regexes
-- have a specialized data type that saves the trouble of parsing it.
I imagine this is pretty much the same.

Nobody got around to doing anything about it though.

--
Álvaro Herrera <alvherre@commandprompt.com>
The PostgreSQL Company - Command Prompt, Inc.
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


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

Предыдущее
От: Jaime Casanova
Дата:
Сообщение: Re: patch : Allow toast tables to be moved to a different tablespace
Следующее
От: Brendan Jurd
Дата:
Сообщение: Re: Arithmetic operators for macaddr type