problem using ?# operator on polygon

From: Pierre-Yves Landuré <landure(at)yahoo(dot)fr>
To: pgsql-novice(at)postgresql(dot)org
Subject: problem using ?# operator on polygon
Date: 2002-07-19 07:05:29
Message-ID: 1027062331.18462.3.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é

___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.comm

Browse pgsql-novice by date

  From Date Subject
Next Message Pierre-Yves LANDURE 2002-07-19 07:07:53 Pb using ?# operator with polygons
Previous Message Patrick Hatcher 2002-07-19 04:42:56 varchar return data split into int4?