Mike Rylander wrote:
> For on-disk bitmap indexes, yes. I don't see any reason this couldn't
> be done with GiST
It might be possible to do it with GiST, but GiST is designed for
implementing tree-structured indexes; I don't think it's the right tool
for the job.
-Neil