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.44 2003/06/30 20:02:53 tgl Exp $
1
+ # $Header: /cvsroot/pgsql/contrib/Makefile,v 1.45 2003/07/24 16:54:58 tgl Exp $
2
2
3
3
subdir = contrib
4
4
top_builddir = ..
@@ -39,6 +39,7 @@ WANTED_DIRS = \
39
39
tablefunc \
40
40
tips \
41
41
tsearch \
42
+ tsearch2 \
42
43
userlock \
43
44
vacuumlo
44
45
Original file line number Diff line number Diff line change @@ -199,6 +199,11 @@ tools -
199
199
by Massimo Dal Zotto <dz@cs.unitn.it>
200
200
201
201
tsearch -
202
+ Full-text-index support using GiST (obsolete version)
203
+ by Teodor Sigaev <teodor@stack.net> and Oleg Bartunov
204
+ <oleg@sai.msu.su>.
205
+
206
+ tsearch2 -
202
207
Full-text-index support using GiST
203
208
by Teodor Sigaev <teodor@stack.net> and Oleg Bartunov
204
209
<oleg@sai.msu.su>.
You can’t perform that action at this time.
0 commit comments