On Wed, May 11, 2016 at 12:01 PM, David G. Johnston
<david(dot)g(dot)johnston(at)gmail(dot)com> wrote:
> Its hard to imagine defining "=" to mean something different in logic,
> though, without intentionally trying to be cryptic.
As long as you don't assume too much about *what* is equal.
test=# select '(1,1)(2,2)'::box = '(-4.5,1000)(-2.5,1000.5)'::box;
?column?
----------
t
(1 row)
--
Kevin Grittner
EDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company