Re: pgsql: Additional functions and operators for jsonb - Mailing list pgsql-committers

From Peter Geoghegan
Subject Re: pgsql: Additional functions and operators for jsonb
Date
Msg-id CAM3SWZTTbK1k9fv4k4VDms3Xap3cgz7d_VAms8_N6Nn+cOOW1w@mail.gmail.com
Whole thread Raw
In response to pgsql: Additional functions and operators for jsonb  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: pgsql: Additional functions and operators for jsonb  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-committers
On Tue, May 12, 2015 at 12:55 PM, Andrew Dunstan <andrew@dunslane.net> wrote:
> Additional functions and operators for jsonb

I think that there should be examples of usage of some of these new
operators within "8.14. JSON Types". In particular, I'd like to see an
example of use of the concatenate operator to perform "field
assignment" for JSON objects. The inability to do that is a complaint
that people have with jsonb, and this ought to be positioned as the
solution to that problem.

--
Peter Geoghegan


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix distclean/maintainer-clean targets to remove top-level tmp_i
Next
From: Andrew Dunstan
Date:
Subject: Re: pgsql: Additional functions and operators for jsonb