Re: json api WIP patch

Andrew Dunstan <andrew@dunslane.net>

From: Andrew Dunstan <andrew@dunslane.net>
To: Merlin Moncure <mmoncure@gmail.com>
Cc: Benedikt Grundmann <bgrundmann@janestreet.com>, Robert Haas <robertmhaas@gmail.com>, Tom Lane <tgl@sss.pgh.pa.us>, Daniel Farina <daniel@heroku.com>, Peter Eisentraut <peter_e@gmx.net>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2013-02-04T18:07:31Z
Lists: pgsql-hackers
On 02/04/2013 12:57 PM, Merlin Moncure wrote:

> *) it's bad enough that we drift from sql naming conventions and all
> type manipulation functions (except in hstore) with type name.
> json_get etc.   at least using operators allow avoiding some of that
> unnecessary verbosity.  what's next: text_concatenate('foo', 'bar')?
>

This names aren't set in stone either. I've been expecting some 
bikeshedding there, and I'm surprised there hasn't been more.

cheers

andrew