Commit f0c5384d authored by Tom Lane's avatar Tom Lane

Add tsearch2.

parent cf16f51a
# $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 subdir = contrib
top_builddir = .. top_builddir = ..
...@@ -39,6 +39,7 @@ WANTED_DIRS = \ ...@@ -39,6 +39,7 @@ WANTED_DIRS = \
tablefunc \ tablefunc \
tips \ tips \
tsearch \ tsearch \
tsearch2 \
userlock \ userlock \
vacuumlo vacuumlo
......
...@@ -199,6 +199,11 @@ tools - ...@@ -199,6 +199,11 @@ tools -
by Massimo Dal Zotto <dz@cs.unitn.it> by Massimo Dal Zotto <dz@cs.unitn.it>
tsearch - 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 Full-text-index support using GiST
by Teodor Sigaev <teodor@stack.net> and Oleg Bartunov by Teodor Sigaev <teodor@stack.net> and Oleg Bartunov
<oleg@sai.msu.su>. <oleg@sai.msu.su>.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment