select open change scope Open full search

PG.CENTER connects PostgreSQL documentation, reference, and ecosystem knowledge. Maintained by Pigsty.

Unsupported versions: 8.0 / 7.4
Historical version. PostgreSQL 7.4 reached end of support in October 2010. See the current manual for supported releases.

50.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

Report a documentation issue

Read the upstream documentation. For corrections, first check the current manual.