File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
- # $Header: /cvsroot/pgsql/contrib/Makefile,v 1.11 2000/12/20 17: 22:26 thomas Exp $
1
+ # $Header: /cvsroot/pgsql/contrib/Makefile,v 1.12 2001/01/15 22:20:00 tgl Exp $
2
2
3
3
subdir = contrib
4
4
top_builddir = ..
@@ -10,6 +10,7 @@ WANTED_DIRS = \
10
10
earthdistance \
11
11
findoidjoins \
12
12
fulltextindex \
13
+ intarray \
13
14
isbn_issn \
14
15
linux \
15
16
lo \
Original file line number Diff line number Diff line change @@ -47,6 +47,11 @@ fulltextindex -
47
47
Full text indexing using triggers
48
48
by Maarten Boekhold <maartenb@dutepp0.et.tudelft.nl>
49
49
50
+ intarray -
51
+ Index support for arrays of int4, using GiST
52
+ by Teodor Sigaev <teodor@stack.net> and Oleg Bartunov
53
+ <oleg@sai.msu.su>.
54
+
50
55
isbn_issn -
51
56
PostgreSQL type extensions for ISBN (books) and ISSN (serials)
52
57
by Garrett A. Wollman <wollman@khavrinen.lcs.mit.edu>
You can’t perform that action at this time.
0 commit comments