diff options
author | Andrew Dunstan | 2017-03-21 14:19:03 +0000 |
---|---|---|
committer | Andrew Dunstan | 2017-03-21 14:43:27 +0000 |
commit | f7946a92b689199cba64e7406a1c12d12637168a (patch) | |
tree | 2f41255ef1200e06a7a707e8a57e5841af6daa36 /doc/src/sgml/btree-gist.sgml | |
parent | 65a9138b9b66b2c915619344ca56f4f0d531ada7 (diff) |
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/[email protected]
Diffstat (limited to 'doc/src/sgml/btree-gist.sgml')
-rw-r--r-- | doc/src/sgml/btree-gist.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <type>oid</>, <type>money</>, <type>char</>, <type>varchar</>, <type>text</>, <type>bytea</>, <type>bit</>, <type>varbit</>, <type>macaddr</>, <type>macaddr8</>, <type>inet</>, - <type>cidr</> and <type>uuid</>. + <type>cidr</>, <type>uuid</>, and all <type>enum</> types. </para> <para> |