projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2f0f8e
)
Add bool to btree_gist documentation
author
Tomas Vondra
Sat, 11 Dec 2021 03:59:15 +0000
(
04:59
+0100)
committer
Tomas 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
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/btree-gist.sgml
b/doc/src/sgml/btree-gist.sgml
index 3b61d276a38c25cd3438cfa1baa93a025e14219b..b67f20a00fbc2048d7e056cb07b208fa7e2e8f6b 100644
(file)
--- a/
doc/src/sgml/btree-gist.sgml
+++ b/
doc/src/sgml/btree-gist.sgml
@@
-17,7
+17,7
@@
oid
,
money
,
char
,
varchar
,
text
,
bytea
,
bit
,
varbit
,
macaddr
,
macaddr8
,
inet
,
-
cidr
,
uuid
, and all
enum
types.
+
cidr
,
uuid
,
bool
and all
enum
types.