From: | "Martin Moore" <martin(dot)moore(at)avbrief(dot)com> |
---|---|
To: | "'Andreas Kretschmer'" <andreas(at)a-kretschmer(dot)de>, <pgsql-general(at)lists(dot)postgresql(dot)org> |
Subject: | RE: Circle and box intersect |
Date: | 2018-03-16 12:32:57 |
Message-ID: | 5aabb97b.178bdf0a.74160.ff6a@mx.google.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Cheers - I'd tried postGIS on 9.6 but had install issues. Installed first time on 10 :)
-----Original Message-----
From: Andreas Kretschmer [mailto:andreas(at)a-kretschmer(dot)de]
Sent: 16 March, 2018 11:46 AM
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Circle and box intersect
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
From | Date | Subject | |
---|---|---|---|
Next Message | Melvin Davidson | 2018-03-16 14:07:40 | Re: SELECT .. FOR UPDATE: find out who locked a row |
Previous Message | Andreas Kretschmer | 2018-03-16 11:45:56 | Re: Circle and box intersect |