I would question whether you need UTF8 or, perhaps, some other UTF<x> variant. As far as I know, UTF8 is at least English/America. I would suspect your region is *not* UTF8, but some other UTF<x> value. If, for instance, you are on a Redhat based Linux distro, you can check /etc/sysconfig/i18n. This is where I see "UTF8" on my systems.
Peter On Thu, 2007-12-20 at 01:22 +0100, Michael Monnerie wrote: > I still see UTF8 errors in the postgresql log. DB is created as UTF8, > everything should run as UTF8. What should I do? > > Dec 20 00:26:08 postgres[10885]: [2-1] idle:FEHLER: ungültige Byte-Sequenz > für Kodierung »UTF8«: 0xfc > Dec 20 00:26:08 postgres[10885]: [2-2] TIPP: Dieser Fehler kann auch > auftreten, wenn die Bytesequenz nicht mit > Dec 20 00:26:08 postgres[10885]: [2-3] der Kodierung übereinstimmt, die der > Server erwartet, welche durch »client_encoding« bestimmt wird. > > _______________________________________________ > DBmail mailing list > [email protected] > https://mailman.fastxs.nl/mailman/listinfo/dbmail _______________________________________________ DBmail mailing list [email protected] https://mailman.fastxs.nl/mailman/listinfo/dbmail
