Re: Bug? (geo operator @ ) - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Bug? (geo operator @ )
Date
Msg-id 16144.1072107239@sss.pgh.pa.us
Whole thread Raw
In response to Bug? (geo operator @ )  (Daniel Lau <iedaniel@ust.hk>)
Responses Re: Bug? (geo operator @ )
List pgsql-bugs
Daniel Lau <iedaniel@ust.hk> writes:
> I was to extract the '_lines' (path) if the lines are contained or on by a
> box-like polygon. The result turns wrong if the box-like polygon is
> changed from a square (x_max = y_max) to a rectangle (x_max <> y_max).

The examples you give are not "box-like"; they are in fact just line
segments.  You need four points to define a box-like polygon.

AFAICS the quoted example is correct behavior.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Daniel Lau
Date:
Subject: Bug? (geo operator @ )
Next
From: "Lewis Foti"
Date:
Subject: Re: Jdbc connection pooling and PG 7.4 consistently fails