The PostgreSQL source distribution includes
several examples of index methods implemented using
GiST. The core system currently provides R-Tree
equivalent functionality for some of the built-in geometric data types
(see src/backend/access/gist/gistproc.c). The following
contrib modules also contain GiST
operator classes:
btree_gist
B-Tree equivalent functionality for several data types