Pb using ?# operator with polygons

From: Pierre-Yves LANDURE <pylandur(at)ifremer(dot)fr>
To: pgsql-novice(at)postgresql(dot)org
Subject: Pb using ?# operator with polygons
Date: 2002-07-19 07:07:53
Message-ID: 1027062474.18463.8.camel@datacer
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hi,

i've a problem using ?# between a box and a polygon...

it seems that the polygon is automaticaly converted to a box... so that
the intersect test result is false.

For exemple

box : (0,348)(0,348) (yeah.. a point)

polygon (348,-90),(90,220)

answer me yes.. even if there is no intersection...

is this a bug ??

thanx for your help

Pierre-Yves Landuré

Browse pgsql-novice by date

  From Date Subject
Next Message Derek Barrett 2002-07-19 12:38:55 Re: Connect to PostgreSQL using TCP/IP
Previous Message Pierre-Yves Landuré 2002-07-19 07:05:29 problem using ?# operator on polygon