From 8b7b4d63104105d7b0008e488b48ecd325033c14 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Sun, 25 Jan 2009 11:38:49 -0800 Subject: [PATCH] Mentioning where tsearch2 is found. --- INSTALL | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index 67db01b..4b9bc11 100644 --- a/INSTALL +++ b/INSTALL @@ -111,7 +111,8 @@ and set a new password, for instance, "mypassword". Also as the PostgreSQL superuser, setup full-text searching. The path to the tsearch2.sql file may be different depending on your Linux distribution or -PostgreSQL version: +PostgreSQL version, and is usually found within a PostgreSQL "contrib" +package: psql luminotes < /usr/share/postgresql/8.1/contrib/tsearch2.sql echo "grant all on pg_ts_cfg to luminotes;" | psql luminotes