Re: json api WIP patch
Peter Eisentraut <peter_e@gmx.net>
From: Peter Eisentraut <peter_e@gmx.net>
To: Andrew Dunstan <andrew@dunslane.net>
Cc: Robert Haas <robertmhaas@gmail.com>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2013-01-31T22:06:15Z
Lists: pgsql-hackers
On 1/10/13 6:42 PM, Andrew Dunstan wrote: > This updated patch contains all the intended functionality, including > operators for the json_get_path functions, so you can say things like > > select jsonval->array['f1','0','f2] ... I would like to not create any -> operators, so that that syntax could be used in the future for method invocation or something similar (it's in the SQL standard). I also don't find the proposed use to be very intuitive. You invented lots of other function names -- why not invent a few more for this purpose that are clearer?