Re: pgsql: Additional functions and operators for jsonb

From: Peter Geoghegan <pg(at)heroku(dot)com>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: pgsql-committers <pgsql-committers(at)postgresql(dot)org>
Subject: Re: pgsql: Additional functions and operators for jsonb
Date: 2015-05-14 00:21:08
Message-ID: CAM3SWZTTbK1k9fv4k4VDms3Xap3cgz7d_VAms8_N6Nn+cOOW1w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Tue, May 12, 2015 at 12:55 PM, Andrew Dunstan <andrew(at)dunslane(dot)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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2015-05-14 03:02:59 Re: pgsql: Additional functions and operators for jsonb
Previous Message Tom Lane 2015-05-13 22:48:12 pgsql: Fix distclean/maintainer-clean targets to remove top-level tmp_i