Re: json api WIP patch - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: json api WIP patch
Date
Msg-id 510FF8E3.1030203@dunslane.net
Whole thread Raw
In response to Re: json api WIP patch  (Merlin Moncure <mmoncure@gmail.com>)
Responses Re: json api WIP patch  (Merlin Moncure <mmoncure@gmail.com>)
List 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




pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: proposal: ANSI SQL 2011 syntax for named parameters
Next
From: Alvaro Herrera
Date:
Subject: USE_PGXS contrib build is broken