Help:Installation: Difference between revisions
Content deleted Content added
Line 114:
echo 'grant select on pg_ts_parser to wikiuser;' |psql wikidb
echo 'update pg_ts_cfg set locale=`$LANG` where ts_name=`default` and prs_name=`default`'| psql wikidb
if the last line 'update' in the above box does not work try the following in the psql shell (see also in discussion):
psql wikidb
update pg_ts_cfg set locale = current_setting('lc_collate') where ts_name = 'default';
\q
=== Run the installation script ===
|