Re: Index-only scans for multicolumn GIST - Mailing list pgsql-hackers

From Emre Hasegeli
Subject Re: Index-only scans for multicolumn GIST
Date
Msg-id 20140723172802.GA76818@hasegeli-2.local
Whole thread Raw
In response to Re: Index-only scans for multicolumn GIST  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
> That seems like a nonstarter :-(.  Index-only scans don't have a license
> to return approximations.  If we drop the behavior for circles, how much
> functionality do we have left?

It should work with exact operator classes, box_ops, point_ops,
range_ops, inet_ops.



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Making joins involving ctid work for the benefit of UPSERT
Next
From: Alvaro Herrera
Date:
Subject: Re: IS NOT DISTINCT FROM + Indexing