witten
/
luminotes
Archived
1
0
Fork 0

Mentioning need to run "create language plpgsql;" for Luminotes Server in INSTALL file.

This commit is contained in:
Dan Helfman 2008-11-11 21:42:48 -08:00
parent 88f4f4cdfc
commit 3c117d05eb
1 changed files with 1 additions and 0 deletions

View File

@ -119,6 +119,7 @@ PostgreSQL version:
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
echo "create language plpgsql;" | psql luminotes
Note that you can use a different UTF-8 locale if you prefer. For instance, in
the command above, you can use 'en_GB.UTF-8' instead of 'en_US.UTF-8'.