Laurenz Albe wrote:
Quote:
Jano <devnull (AT) mailinator (DOT) com> wrote:
I'm a novice using postgresql and I've hit the
ERROR: invalid multibyte character for locale
error when using the lower function.
What is the exact statememt that provokes this error? |
I finally tracked it down to invalid data in some records. I read somewhere
that in past versions you could insert invalid data and just get a warning,
whereas attempting to use 'lower' or similar would give an error.
I dumped the database, upgraded to 8.1 and on import I got hit by errors in
the bad records, which I corrected.
So all in all it wasn't at any point a configuration problem...
Thanks for your interest,