Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 4c6145b

Browse files
committed
Add bool to btree_gist documentation
Commit 57e3c51 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
1 parent e2f0f8e commit 4c6145b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/btree-gist.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<type>oid</type>, <type>money</type>, <type>char</type>,
1818
<type>varchar</type>, <type>text</type>, <type>bytea</type>, <type>bit</type>,
1919
<type>varbit</type>, <type>macaddr</type>, <type>macaddr8</type>, <type>inet</type>,
20-
<type>cidr</type>, <type>uuid</type>, and all <type>enum</type> types.
20+
<type>cidr</type>, <type>uuid</type>, <type>bool</type> and all <type>enum</type> types.
2121
</para>
2222

2323
<para>

0 commit comments

Comments
 (0)