Unsupported versions: 8.0 / 7.4
This documentation is for an unsupported version of PostgreSQL.
You may want to view the same page for the current version, or one of the other supported versions listed above instead.

48.5. Examples

To see example implementations of index methods implemented using GiST, examine the following contrib modules:

btree_gist

B-Tree

cube

Indexing for multi-dimensional cubes

intarray

RD-Tree for one-dimensional array of int4 values

ltree

Indexing for tree-like stuctures

rtree_gist

R-Tree

seg

Storage and indexed access for "float ranges"

tsearch and tsearch2

Full text indexing