Re: [HACKERS] jsonb problematic operators - Mailing list pgsql-hackers

From Andres Freund
Subject Re: [HACKERS] jsonb problematic operators
Date
Msg-id 20161209175404.ke4yyejra6cot2zm@alap3.anarazel.de
Whole thread Raw
In response to Re: [HACKERS] jsonb problematic operators  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
On 2016-12-09 12:17:32 -0500, Robert Haas wrote:
> As Geoff says, you don't have to use the operators; you could use the
> equivalent functions instead.  Every operator just gets turned into a
> function call internally, so this is always possible.

Well, except that only operators support indexing :(

- Andres



pgsql-hackers by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: [HACKERS] jsonb problematic operators
Next
From: Jeff Janes
Date:
Subject: [HACKERS] new table partitioning breaks \d table to older versions