From f0c5384d4a21d85198f86281f61d5754bfdca7a5 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Thu, 24 Jul 2003 16:54:58 +0000 Subject: [PATCH] Add tsearch2. --- contrib/Makefile | 3 ++- contrib/README | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/contrib/Makefile b/contrib/Makefile index a666c3f990..c4bc21f69a 100644 --- a/contrib/Makefile +++ b/contrib/Makefile @@ -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 diff --git a/contrib/README b/contrib/README index f535952425..42d4079154 100644 --- a/contrib/README +++ b/contrib/README @@ -199,6 +199,11 @@ tools - 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 .