Circle and box intersect

From: "Martin Moore" <martin(dot)moore(at)avbrief(dot)com>
To: "'pgsql-generallists(dot)postgresql(dot)org'" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Circle and box intersect
Date: 2018-03-16 10:00:38
Message-ID: 5aab95c9.8587df0a.61cae.56f9@mx.google.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message francis cherat 2018-03-16 11:00:42 error 53200 out of memory
Previous Message Tom Lane 2018-03-16 03:23:02 Re: SELECT .. FOR UPDATE: find out who locked a row