diff options
author | Tom Lane | 2016-11-29 19:08:23 +0000 |
---|---|---|
committer | Tom Lane | 2016-11-29 19:08:34 +0000 |
commit | 11da83a0e70d32ed0e06a5c948cd8343f8ad5102 (patch) | |
tree | 949194d8fd784ca8741f191fa253b484a9dd7e8c /doc/src/sgml/btree-gist.sgml | |
parent | 721f7bd3cbccaf8c07cad2707826b83f84694832 (diff) |
Add uuid to the set of types supported by contrib/btree_gist.
Paul Jungwirth, reviewed and hacked on by Teodor Sigaev, Ildus
Kurbangaliev, Adam Brusselback, Chris Bandy, and myself.
Discussion: https://postgr.es/m/CA+renyUEE29=X01JXdz8_TQvo6n9=2XoEBBRnQ8rkLyr+kjPxQ@mail.gmail.com
Discussion: https://postgr.es/m/[email protected]
Diffstat (limited to 'doc/src/sgml/btree-gist.sgml')
-rw-r--r-- | doc/src/sgml/btree-gist.sgml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/src/sgml/btree-gist.sgml b/doc/src/sgml/btree-gist.sgml index e8a56227044..d08647ce05a 100644 --- a/doc/src/sgml/btree-gist.sgml +++ b/doc/src/sgml/btree-gist.sgml @@ -16,7 +16,8 @@ <type>time without time zone</>, <type>date</>, <type>interval</>, <type>oid</>, <type>money</>, <type>char</>, <type>varchar</>, <type>text</>, <type>bytea</>, <type>bit</>, - <type>varbit</>, <type>macaddr</>, <type>inet</>, and <type>cidr</>. + <type>varbit</>, <type>macaddr</>, <type>inet</>, <type>cidr</>, + and <type>uuid</>. </para> <para> @@ -99,8 +100,9 @@ INSERT 0 1 <para> Teodor Sigaev (<email>[email protected]</email>), - Oleg Bartunov (<email>[email protected]</email>), and - Janko Richter (<email>[email protected]</email>). See + Oleg Bartunov (<email>[email protected]</email>), + Janko Richter (<email>[email protected]</email>), and + Paul Jungwirth (<email>[email protected]</email>). See <ulink url="http://www.sai.msu.su/~megera/postgres/gist/"></ulink> for additional information. </para> |