Show intarray contrib module in contrib/README and Makefile.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 15 Jan 2001 22:20:00 +0000 (22:20 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 15 Jan 2001 22:20:00 +0000 (22:20 +0000)
contrib/Makefile
contrib/README

index 9786cb56349db282c2b26c002796e39d66970f9e..576e7c1ad7232bd92ac177f5e6164bd1cd0f4732 100644 (file)
@@ -1,4 +1,4 @@
-# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.11 2000/12/20 17:22:26 thomas Exp $
+# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.12 2001/01/15 22:20:00 tgl Exp $
 
 subdir = contrib
 top_builddir = ..
@@ -10,6 +10,7 @@ WANTED_DIRS = \
        earthdistance   \
        findoidjoins    \
        fulltextindex   \
+       intarray    \
        isbn_issn   \
        linux       \
        lo          \
index 9a75e5bc05ae6af5bf1d9a3e27ed7beb8ba530da..cf2b5c21de84dd87cb093fee1f56a96b896a45e0 100644 (file)
@@ -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>