diff options
author | Bruce Momjian <bruce@momjian.us> | 2003-02-19 03:46:00 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2003-02-19 03:46:00 +0000 |
commit | 4efbbd731899df673cab4415b9111744d9537a62 (patch) | |
tree | 493cf019daee5421f46dd296294a10e592eb79d4 /contrib/btree_gist/README.btree_gist | |
parent | 4996eea81cd52833cb8413c5105aba6937971748 (diff) |
We just released new version of contrib/btree_gist
(7.3 and current CVS) with support of int8, float4, float8
in addition to int4. Thanks Janko Richter for contribution.
Oleg Bartunov
Diffstat (limited to 'contrib/btree_gist/README.btree_gist')
-rw-r--r-- | contrib/btree_gist/README.btree_gist | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/contrib/btree_gist/README.btree_gist b/contrib/btree_gist/README.btree_gist index d61db62c3c9..ec0e3cc9b60 100644 --- a/contrib/btree_gist/README.btree_gist +++ b/contrib/btree_gist/README.btree_gist @@ -1,12 +1,17 @@ -This is B-Tree implementation using GiST for int4 and +This is B-Tree implementation using GiST for int4, int8, float4, float8 timestamp types. All work was done by Teodor Sigaev (teodor@stack.net) and Oleg Bartunov (oleg@sai.msu.su). See http://www.sai.msu.su/~megera/postgres/gist for additional information. +NEWS: + Feb 5, 2003 - btree_gist now support int8, float4, float8 ! + Thank Janko Richter <jankorichter@yahoo.de> for + contribution. + NOTICE: - This version will works only with postgresql version 7.2 and above + This version will works only with postgresql version 7.3 and above because of changes in interface of function calling and in system tables. |