Re: [HACKERS] additional json functionality

2013-11-13 Thread Andrew Dunstan
On 11/13/2013 11:37 AM, Merlin Moncure wrote: Yes. and I think this is one of the major advantages of the json API vs hstore: you can serialize objects that hstore cannot -- at least not without extra scaffolding (at least, AIUI, I haven't fully grappled with the coming hstore stuff yet). In

Re: [HACKERS] additional json functionality

2013-11-13 Thread Merlin Moncure
On Wed, Nov 13, 2013 at 9:32 AM, Andrew Dunstan wrote: >> I'm not so sure we should require hstore to do things like build >> arbitrary json objects even though I agree that hstore will probably >> displace json for must cases where you want to store nested data (as >> opposed to (de-)serialize).

Re: [HACKERS] additional json functionality

2013-11-13 Thread Andrew Dunstan
On 11/13/2013 09:45 AM, Merlin Moncure wrote: On Wed, Nov 13, 2013 at 1:33 AM, Craig Ringer wrote: On 11/13/2013 02:34 AM, Andrew Dunstan wrote: If there's agreement on taking these, I will prepare patches and submit them by the 15th. With JSON enhancement, my only concern is that there's wo

Re: [HACKERS] additional json functionality

2013-11-13 Thread Merlin Moncure
On Wed, Nov 13, 2013 at 1:33 AM, Craig Ringer wrote: > On 11/13/2013 02:34 AM, Andrew Dunstan wrote: >> >> If there's agreement on taking these, I will prepare patches and submit >> them by the 15th. > > With JSON enhancement, my only concern is that there's work ongoing to > integrate the v2 deve

Re: [HACKERS] additional json functionality

2013-11-12 Thread Craig Ringer
On 11/13/2013 02:34 AM, Andrew Dunstan wrote: > > If there's agreement on taking these, I will prepare patches and submit > them by the 15th. With JSON enhancement, my only concern is that there's work ongoing to integrate the v2 development version of hstore with json, providing typed hstore and

<    1   2