STORAGE and GiST - Mailing list pgsql-sql

From Itai Zukerman
Subject STORAGE and GiST
Date
Msg-id 87of501mkg.fsf@matt.w80.math-hat.com
Whole thread Raw
Responses Re: STORAGE and GiST  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-sql
Does anyone know of any examples of using STORAGE with GiST?  I can't
seem to find any docs that explain how it's supposed to work, beyond
that it somehow involves the compress function.  All the examples I've
seen have the key using the same type as the value being indexed...

Scenario: I'm doing a simplified re-write of intarray with intbig ops,
where I define a new fixed-length type (4k bit vector) for the GiST
keys.

-- 
Itai Zukerman  <http://www.math-hat.com/~zukerman/>


pgsql-sql by date:

Previous
From: Tomasz Myrta
Date:
Subject: Re: Sub Select inside Check ?
Next
From: rute solipa
Date:
Subject: how can i drop a constraint