| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | "David E(dot) Wheeler" <david(at)justatheory(dot)com> |
| Cc: | Andrew Dunstan <andrew(at)dunslane(dot)net>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: jsonb inequality operators |
| Date: | 2014-05-20 22:42:04 |
| Message-ID: | 515.1400625724@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
"David E. Wheeler" <david(at)justatheory(dot)com> writes:
> On May 20, 2014, at 4:39 PM, Andrew Dunstan <andrew(at)dunslane(dot)net> wrote:
>> I have just noticed as I am preparing my slides well ahead of time :-) that we haven't documented the inequality operators of jsonb. Is that deliberate or an oversight?
> Thats gotta be an oversight. The hash and btree index support is documented, which implies those operators, yes?
Those opclasses don't actually *require* any inequality operator --- but
a quick look in the catalogs says there is one. So yeah, an oversight.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Teodor Sigaev | 2014-05-20 23:13:45 | SP-GiST bug. |
| Previous Message | David E. Wheeler | 2014-05-20 21:48:26 | Re: jsonb inequality operators |