btree_gin
A contrib module providing sample GIN operator classes which implement B-tree equivalent behaviour for certain datatypes
btree_gin
is a contrib module providing sample GIN operator classes which implement B-tree equivalent behaviour for certain datatypes.
btree_gin
was added in PostgreSQL 8.4.
Change history
- PostgreSQL 13
- marked as a
trusted extension
(commit eb67623c)
- marked as a
- PostgreSQL 11 (1.3)
- support for indexing
BOOL
,BPCHAR
,NAME
andUUID
datatypes added (commit f4cd7102)
- support for indexing
- PostgreSQL 10 (1.2)
- PostgreSQL 9.1 (1.0)
- PostgreSQL 8.4
- added (commit 9151e1bb)
References
- PostgreSQL documentation: btree_gin
Useful links
- Joining BTree and GIN/GiST indexes - May 2014 blog article by depesz.com