Re: jsonb concatenate operator's semantics seem questionable - Mailing list pgsql-hackers

From Andres Freund
Subject Re: jsonb concatenate operator's semantics seem questionable
Date
Msg-id 20150524211649.GG32396@alap3.anarazel.de
Whole thread Raw
In response to Re: jsonb concatenate operator's semantics seem questionable  (Peter Geoghegan <pg@heroku.com>)
Responses Re: jsonb concatenate operator's semantics seem questionable  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On 2015-05-24 12:17:35 -0700, Peter Geoghegan wrote:
> Having gone to the trouble of making the parser support this stuff (in
> a way that makes us not follow the SQL standard in a couple of
> places), we ought to have a similar capability for jsonb. I haven't
> looked into it, but it seems like a good project for 9.6. I'm not
> volunteering to undertake the project, though.

I'm not convinced. The array stuff requires ugly contortions in a bunch
of places, and it's likely going to be worse for jsonb.

Greetings,

Andres Freund



pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: jsonb concatenate operator's semantics seem questionable
Next
From: Tom Lane
Date:
Subject: Re: jsonb concatenate operator's semantics seem questionable