diff options
| author | Andrew Dunstan <andrew@dunslane.net> | 2017-03-21 11:11:42 -0400 |
|---|---|---|
| committer | Andrew Dunstan <andrew@dunslane.net> | 2017-03-21 11:11:42 -0400 |
| commit | 80275561fffb58e48da2d3fd72b72a3bfbee8669 (patch) | |
| tree | 0c756b554055c4327b69fdcde18b6e1967e53277 /doc | |
| parent | 4ad0f88c443ca60de9b65cd0afd794fb80b10d86 (diff) | |
Document btree_gin support for enums
Diffstat (limited to 'doc')
| -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> |
