Re: point_ops for GiST

Greg Stark <gsstark@mit.edu>

From: Greg Stark <gsstark@mit.edu>
To: Teodor Sigaev <teodor@sigaev.ru>
Cc: Pgsql Hackers <pgsql-hackers@postgresql.org>
Date: 2009-11-23T16:27:48Z
Lists: pgsql-hackers
2009/11/23 Teodor Sigaev <teodor@sigaev.ru>:

> point   <@ box
> point   <@ polygon
> point   <@ circle

I've always wondered why we didn't have these

-- 
greg

Commits

Same data as JSON: GET /api/v1/messages/:b64id/commits the thread's linked commits as JSON, with link sources. API reference →
  1. Fix gist_box_same and gist_point_consistent to handle fuzziness correctly.

  2. Add point_ops opclass for GiST.