mirror of https://github.com/postgres/postgres
Add tsearch2.
This commit is contained in:
parent
cf16f51a43
commit
f0c5384d4a
|
@ -1,4 +1,4 @@
|
|||
# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.44 2003/06/30 20:02:53 tgl Exp $
|
||||
# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.45 2003/07/24 16:54:58 tgl Exp $
|
||||
|
||||
subdir = contrib
|
||||
top_builddir = ..
|
||||
|
@ -39,6 +39,7 @@ WANTED_DIRS = \
|
|||
tablefunc \
|
||||
tips \
|
||||
tsearch \
|
||||
tsearch2 \
|
||||
userlock \
|
||||
vacuumlo
|
||||
|
||||
|
|
|
@ -199,6 +199,11 @@ tools -
|
|||
by Massimo Dal Zotto <dz@cs.unitn.it>
|
||||
|
||||
tsearch -
|
||||
Full-text-index support using GiST (obsolete version)
|
||||
by Teodor Sigaev <teodor@stack.net> and Oleg Bartunov
|
||||
<oleg@sai.msu.su>.
|
||||
|
||||
tsearch2 -
|
||||
Full-text-index support using GiST
|
||||
by Teodor Sigaev <teodor@stack.net> and Oleg Bartunov
|
||||
<oleg@sai.msu.su>.
|
||||
|
|
Loading…
Reference in New Issue