From 3bc72dc16560ac59b181092608b15041ce0b2c81 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Mon, 17 Mar 2008 08:24:53 +0000 Subject: [PATCH] Adding missing step to installation. --- INSTALL | 1 + 1 file changed, 1 insertion(+) diff --git a/INSTALL b/INSTALL index 6726698..f2b9d61 100644 --- a/INSTALL +++ b/INSTALL @@ -46,6 +46,7 @@ PostgreSQL version: echo "grant all on pg_ts_cfgmap to luminotes;" | psql luminotes echo "grant all on pg_ts_dict to luminotes;" | psql luminotes echo "grant all on pg_ts_parser to luminotes;" | psql luminotes + echo "update pg_ts_cfg set locale = 'en_US.UTF-8' where ts_name = 'default';" | psql luminotes Initialize the database with the starting schema and default data: