summaryrefslogtreecommitdiff
path: root/contrib/README
diff options
context:
space:
mode:
authorTom Lane2001-01-15 22:20:00 +0000
committerTom Lane2001-01-15 22:20:00 +0000
commit2dbc457ef5ca770fbde54dbd00b08f7531bbe3f2 (patch)
tree195db89c788c0922d5fbcf411d608d41e2487a17 /contrib/README
parent1ced7f3b30828a8803815d741fa70bf8c4b5d68c (diff)
Show intarray contrib module in contrib/README and Makefile.
Diffstat (limited to 'contrib/README')
-rw-r--r--contrib/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/README b/contrib/README
index 9a75e5bc05a..cf2b5c21de8 100644
--- a/contrib/README
+++ b/contrib/README
@@ -47,6 +47,11 @@ fulltextindex -
Full text indexing using triggers
by Maarten Boekhold <maartenb@dutepp0.et.tudelft.nl>
+intarray -
+ Index support for arrays of int4, using GiST
+ by Teodor Sigaev <teodor@stack.net> and Oleg Bartunov
+ <oleg@sai.msu.su>.
+
isbn_issn -
PostgreSQL type extensions for ISBN (books) and ISSN (serials)
by Garrett A. Wollman <wollman@khavrinen.lcs.mit.edu>