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

Commit f0c5384

Browse files
committed
Add tsearch2.
1 parent cf16f51 commit f0c5384

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.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 $
22

33
subdir = contrib
44
top_builddir = ..
@@ -39,6 +39,7 @@ WANTED_DIRS = \
3939
tablefunc \
4040
tips \
4141
tsearch \
42+
tsearch2 \
4243
userlock \
4344
vacuumlo
4445

contrib/README

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,11 @@ tools -
199199
by Massimo Dal Zotto <dz@cs.unitn.it>
200200

201201
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 -
202207
Full-text-index support using GiST
203208
by Teodor Sigaev <teodor@stack.net> and Oleg Bartunov
204209
<oleg@sai.msu.su>.

0 commit comments

Comments
 (0)