| From: | Daniel Lau <iedaniel(at)ust(dot)hk> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | pgsql-bugs(at)postgresql(dot)org |
| Subject: | Re: Bug? (geo operator @ ) |
| Date: | 2003-12-29 04:16:59 |
| Message-ID: | Pine.WNT.3.96L2.1031229121558.2196F-100000@iey118.ust.hk |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
Thank you for answering my question.
I made a careless mistake.
regards,
Daniel
On Mon, 22 Dec 2003, Tom Lane wrote:
> Daniel Lau <iedaniel(at)ust(dot)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
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Liang, Guang Yu (Lucy) | 2003-12-29 07:10:12 | Re: dyntest.pgc not working in 7.4 ? |
| Previous Message | Michael Meskes | 2003-12-26 20:30:40 | Re: dyntest.pgc not working in 7.4 ? |