Jonas Forsman wrote:
it is possibly a locale-error. may I ask:
1. How do I check the locale?

Within psql:

show lc_ctype; (and other lc_* variables as well)
show server_encoding;
show client_encoding;

2. Can I change this on already running db:s ?

Unfortunately you can't. You'll have to re-initdb. :-(

--
  Heikki Linnakangas
  EnterpriseDB   http://www.enterprisedb.com

---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings

Reply via email to