From 2dbc457ef5ca770fbde54dbd00b08f7531bbe3f2 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Mon, 15 Jan 2001 22:20:00 +0000 Subject: [PATCH] Show intarray contrib module in contrib/README and Makefile. --- contrib/Makefile | 3 ++- contrib/README | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/contrib/Makefile b/contrib/Makefile index 9786cb5634..576e7c1ad7 100644 --- a/contrib/Makefile +++ b/contrib/Makefile @@ -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 \ diff --git a/contrib/README b/contrib/README index 9a75e5bc05..cf2b5c21de 100644 --- a/contrib/README +++ b/contrib/README @@ -47,6 +47,11 @@ fulltextindex - Full text indexing using triggers by Maarten Boekhold +intarray - + Index support for arrays of int4, using GiST + by Teodor Sigaev and Oleg Bartunov + . + isbn_issn - PostgreSQL type extensions for ISBN (books) and ISSN (serials) by Garrett A. Wollman