Add bool to btree_gist documentation
authorTomas Vondra <tomas.vondra@postgresql.org>
Sat, 11 Dec 2021 03:59:15 +0000 (04:59 +0100)
committerTomas Vondra <tomas.vondra@postgresql.org>
Sat, 11 Dec 2021 03:59:15 +0000 (04:59 +0100)
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

doc/src/sgml/btree-gist.sgml

index 3b61d276a38c25cd3438cfa1baa93a025e14219b..b67f20a00fbc2048d7e056cb07b208fa7e2e8f6b 100644 (file)
@@ -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>