Re: Circle and box intersect - Mailing list pgsql-general

From Andreas Kretschmer
Subject Re: Circle and box intersect
Date
Msg-id 088af4a1-47ae-7cf8-1b0f-53917c3dcbee@a-kretschmer.de
Whole thread Raw
In response to Circle and box intersect  ("Martin Moore" <martin.moore@avbrief.com>)
Responses RE: Circle and box intersect  ("Martin Moore" <martin.moore@avbrief.com>)
List pgsql-general

Am 16.03.2018 um 11:00 schrieb Martin Moore:
> PG10
>
> Is there an operator to determine if a box and circle intersect?
> I can only see box && box and can use centre+rad and distance to calculate
> circle:circle.
>
> Thanks.
>
>
please don't hijack other mail-threads by answering & changing the 
subject, your mail still contains references to "SELECT .. FOR UPDATE: 
find out who locked a row"
Create a new mail for a new thread!


to your question: consider PostGIS and it's functions st_intersects()

Regards, Andreas

-- 
2ndQuadrant - The PostgreSQL Support Company.
www.2ndQuadrant.com



pgsql-general by date:

Previous
From: francis cherat
Date:
Subject: error 53200 out of memory
Next
From: "Martin Moore"
Date:
Subject: RE: Circle and box intersect