- - - - - - - - - - - - - - - - - - - - - - - - - - - - Name: Maxime Subject: Re: pgSQL server error
According this error message, you have PgSQL database created in UTF-8 charset, thus you should exactly specify "LocalCharset UTF-8" command in all your configs. By default, iso-8859-1 charset is used, and it is not compatible with UTF-8 in general. - - - - - - - - - - - - - - - - - - - - - - - - - - - - Read the full topic here: http://www.dataparksearch.org/cgi-bin/simpleforum.cgi?fid=03;topic_id=1158351674
