-# $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 = ..
tablefunc \
tips \
tsearch \
+ tsearch2 \
userlock \
vacuumlo
by Massimo Dal Zotto
tsearch -
+ Full-text-index support using GiST (obsolete version)
+ by Teodor Sigaev and Oleg Bartunov
+
+tsearch2 -
Full-text-index support using GiST
by Teodor Sigaev and Oleg Bartunov