summaryrefslogtreecommitdiff
path: root/contrib/btree_gist/README.btree_gist
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/btree_gist/README.btree_gist')
-rw-r--r--contrib/btree_gist/README.btree_gist4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/btree_gist/README.btree_gist b/contrib/btree_gist/README.btree_gist
index ec0e3cc9b60..83b84376016 100644
--- a/contrib/btree_gist/README.btree_gist
+++ b/contrib/btree_gist/README.btree_gist
@@ -1,4 +1,4 @@
-This is B-Tree implementation using GiST for int4, int8, float4, float8
+This is B-Tree implementation using GiST for int2, int4, int8, float4, float8
timestamp types.
All work was done by Teodor Sigaev (teodor@stack.net) and Oleg Bartunov
@@ -6,7 +6,7 @@ All work was done by Teodor Sigaev (teodor@stack.net) and Oleg Bartunov
for additional information.
NEWS:
- Feb 5, 2003 - btree_gist now support int8, float4, float8 !
+ Feb 5, 2003 - btree_gist now support int2, int8, float4, float8 !
Thank Janko Richter <jankorichter@yahoo.de> for
contribution.