Re: JSON for PG 9.2
Alvaro Herrera <alvherre@commandprompt.com>
From: Alvaro Herrera <alvherre@commandprompt.com>
To: Daniel Farina <daniel@heroku.com>
Cc: Peter van Hardenberg <pvh@pvh.ca>, Josh Berkus <josh@agliodbs.com>, Pg Hackers <pgsql-hackers@postgresql.org>, Joseph Adams <joeyadams3.14159@gmail.com>
Date: 2011-12-13T03:42:24Z
Lists: 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