aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/btree-gin.sgml
diff options
context:
space:
mode:
authorTeodor Sigaev <teodor@sigaev.ru>2018-04-05 18:19:10 +0300
committerTeodor Sigaev <teodor@sigaev.ru>2018-04-05 18:19:10 +0300
commitf4cd7102b5a6097fb603c789728fbfd5d6fd43c5 (patch)
tree27d45b8ed6d705ab6959f4cc867baadd950de6a2 /doc/src/sgml/btree-gin.sgml
parent0a64b45152b593c5eb95f2e88fbce7fbfe84ae7b (diff)
downloadpostgresql-f4cd7102b5a6097fb603c789728fbfd5d6fd43c5.tar.gz
postgresql-f4cd7102b5a6097fb603c789728fbfd5d6fd43c5.zip
Add support of bool, bpchar, name and uuid to btree_gin
Mostly for completeness, but I believe there are cases to use that in multicolumn GIN indexes. Bump btree_gin module version Author: Matheus Oliveira Reviewed by: Tomas Vondra Discussion: https://www.postgresql.org/message-id/flat/CAJghg4LMJf6Z13fnZD-MBNiGxzd0cA2=F3TDjNkX3eQH58hktQ@mail.gmail.com
Diffstat (limited to 'doc/src/sgml/btree-gin.sgml')
-rw-r--r--doc/src/sgml/btree-gin.sgml3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/sgml/btree-gin.sgml b/doc/src/sgml/btree-gin.sgml
index e491fa76e7d..314e001fefb 100644
--- a/doc/src/sgml/btree-gin.sgml
+++ b/doc/src/sgml/btree-gin.sgml
@@ -17,7 +17,8 @@
<type>oid</type>, <type>money</type>, <type>"char"</type>,
<type>varchar</type>, <type>text</type>, <type>bytea</type>, <type>bit</type>,
<type>varbit</type>, <type>macaddr</type>, <type>macaddr8</type>, <type>inet</type>,
- <type>cidr</type>, and all <type>enum</type> types.
+ <type>cidr</type>, <type>uuid</type>, <type>name</type>, <type>bool</type>,
+ <type>bpchar</type>, and all <type>enum</type> types.
</para>
<para>