Re: json/jsonb/hstore operator precedence

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: json/jsonb/hstore operator precedence
Date: 2014-04-01 21:16:28
Message-ID: 533B2CAC.5060405@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 04/01/2014 01:07 PM, Andrew Dunstan wrote:
> What really bugs me about the example is that <> has a different
> precedence from =, which seems more than odd. The example works just
> fine if you use = instead of <>. But I guess it's been that way for a
> very long time and there's not much to be done about it.

... and it would probably break umpty-zillion existing apps if we
changed precedence.

--
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jim Nasby 2014-04-01 21:38:17 Re: Doing better at HINTing an appropriate column within errorMissingColumn()
Previous Message Robert Haas 2014-04-01 20:49:52 Re: get_fn_expr_variadic considered harmful