diff options
author | Andrew Dunstan | 2017-03-21 15:11:42 +0000 |
---|---|---|
committer | Andrew Dunstan | 2017-03-21 15:11:42 +0000 |
commit | 80275561fffb58e48da2d3fd72b72a3bfbee8669 (patch) | |
tree | 0c756b554055c4327b69fdcde18b6e1967e53277 /doc/src/sgml/btree-gin.sgml | |
parent | 4ad0f88c443ca60de9b65cd0afd794fb80b10d86 (diff) |
Document btree_gin support for enums
Diffstat (limited to 'doc/src/sgml/btree-gin.sgml')
-rw-r--r-- | doc/src/sgml/btree-gin.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/btree-gin.sgml b/doc/src/sgml/btree-gin.sgml index 0de8eb5c309..375e7ec4be6 100644 --- a/doc/src/sgml/btree-gin.sgml +++ b/doc/src/sgml/btree-gin.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</>, - and <type>cidr</>. + <type>cidr</>, and all <type>enum</> types. </para> <para> |