Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2dbc457

Browse files
committed
Show intarray contrib module in contrib/README and Makefile.
1 parent 1ced7f3 commit 2dbc457

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

contrib/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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 $
22

33
subdir = contrib
44
top_builddir = ..
@@ -10,6 +10,7 @@ WANTED_DIRS = \
1010
earthdistance \
1111
findoidjoins \
1212
fulltextindex \
13+
intarray \
1314
isbn_issn \
1415
linux \
1516
lo \

contrib/README

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@ fulltextindex -
4747
Full text indexing using triggers
4848
by Maarten Boekhold <maartenb@dutepp0.et.tudelft.nl>
4949

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+
5055
isbn_issn -
5156
PostgreSQL type extensions for ISBN (books) and ISSN (serials)
5257
by Garrett A. Wollman <wollman@khavrinen.lcs.mit.edu>

0 commit comments

Comments
 (0)