comparison operators

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: comparison operators
Date: 2014-06-17 23:12:39
Message-ID: 53A0CB67.6020907@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


I went to have a look at documenting the jsonb comparison operators, and
found that the docs on comparison operators contain this:

Comparison operators are available for all relevant data types.

They neglect to specify further, however. This doesn't seem very
satisfactory. How is a user to know which are relevant? I know they are
not available for xml and json, but are for jsonb. Just talking about
"all relevant types" seems rather hand-wavy.

Thoughts?

cheers

andrew

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jeff Janes 2014-06-17 23:17:40 Re: [BUGS] BUG #8673: Could not open file "pg_multixact/members/xxxx" on slave during hot_standby
Previous Message Tom Lane 2014-06-17 23:12:16 Re: pg_control is missing a field for LOBLKSIZE