witten
/
luminotes
Archived
1
0
Fork 0

Mentioning where tsearch2 is found.

This commit is contained in:
Dan Helfman 2009-01-25 11:38:49 -08:00
parent 664e4728d9
commit 8b7b4d6310
1 changed files with 2 additions and 1 deletions

View File

@ -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