Add bool to btree_gist documentation
authorTomas Vondra
Sat, 11 Dec 2021 03:59:15 +0000 (04:59 +0100)
committerTomas Vondra
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 @@
   oidmoneychar,
   varchartextbyteabit,
   varbitmacaddrmacaddr8inet,
-  cidruuid, and all enum types.
+  cidruuidbool and all enum types.