Re: No heap lookups on index

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Simon Riggs <simon@2ndquadrant.com>
Cc: David Scott <davids@apptechsys.com>, pgsql-hackers@postgresql.org
Date: 2006-01-19T00:43:12Z
Lists: pgsql-hackers, pgsql-general
Simon Riggs <simon@2ndquadrant.com> writes:
> Hopefully we could avoid trying to support GIST-heaps?

Well, that would be an extra index AM that someone might or might not
get around to writing someday.  I was thinking that both btree and hash
index AMs might be interesting for this, though.  Hash in particular
would adapt pretty trivially ...

			regards, tom lane