diff options
author | Tomas Vondra | 2021-12-11 03:59:15 +0000 |
---|---|---|
committer | Tomas Vondra | 2021-12-11 03:59:15 +0000 |
commit | 4c6145b514fa62535f8a5029283de3a54d9cfd53 (patch) | |
tree | e29015d56f3e1807e489e8890059245c648d5a20 | |
parent | e2f0f8ed251d02c1eda79e1ca3cb3db2681e7a86 (diff) |
Add bool to btree_gist documentation
Commit 57e3c516 added bool opclass to btree_gist, but update the list of
data types in docs to reflect this change.
Reported-by: Pavel Luzanov
Discussion: https://postgr.es/m/CAE2gYzyDKJBZngssR84VGZEN=Ux=V9FV23QfPgo+7-yYnKKg4g@mail.gmail.com
-rw-r--r-- | doc/src/sgml/btree-gist.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/btree-gist.sgml b/doc/src/sgml/btree-gist.sgml index 3b61d276a3..b67f20a00f 100644 --- a/doc/src/sgml/btree-gist.sgml +++ b/doc/src/sgml/btree-gist.sgml @@ -17,7 +17,7 @@ <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>, <type>uuid</type>, and all <type>enum</type> types. + <type>cidr</type>, <type>uuid</type>, <type>bool</type> and all <type>enum</type> types. </para> <para> |