From f7946a92b689199cba64e7406a1c12d12637168a Mon Sep 17 00:00:00 2001 From: Andrew Dunstan Date: Tue, 21 Mar 2017 10:19:03 -0400 Subject: Add btree_gist support for enum types. This will allow enums to be used in exclusion constraints. The code uses the new CallerFInfoFunctionCall infrastructure in fmgr, and the support for it added to btree_gist in commit 393bb504d7. Reviewed by Tom Lane and Anastasia Lubennikova Discussion: http://postgr.es/m/56EA8A71.8060107@dunslane.net --- doc/src/sgml/btree-gist.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/src/sgml/btree-gist.sgml') diff --git a/doc/src/sgml/btree-gist.sgml b/doc/src/sgml/btree-gist.sgml index cfdd5be84af..f3c639c2f3b 100644 --- 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 and uuid. + cidr, uuid, and all enum types. -- cgit v1.2.3