-
+
Interfacing Extensions To Indexes
STORAGE box;
- At present, only the GiST index method supports a
+ At present, only the GiST and GIN index method supports a
STORAGE> type that's different from the column data type.
The GiST compress> and decompress> support
routines must deal with data-type conversion when STORAGE>
- is used.
+ is used. Functions named extractValue> and extractQuery>
+ do conversation into internally used types for GIN.