A B <gentosaker(at)gmail(dot)com> writes:
> I do
> select box '((0,0),(1,1))' @> point '(0,0)';
> and I get this:
> ERROR: operator does not exist: box @> point
> I'm using 8.4.4 and I feel confused. What am I doing wrong here?
Nothing --- there isn't any box @> point operator, although there
is the commutator case point <@ box. (I see Teodor fixed this
omission for 9.0.)
regards, tom lane