[odb-users] 22021: ERROR: invalid byte sequence for encoding "UTF8": 0x93

Boris Kolpackov boris at codesynthesis.com
Tue Jan 20 10:33:14 EST 2015


Hi Kenneth,

Kenneth Moses <kenneth.moses at gmail.com> writes:

> After many days of trying to track down the problem I finally discovered
> the issue. It came down to an uninitialized variable.

Glad you found the issue and thanks for letting us know. I guess what
happened is the variable contained garbage which in certain situations
wasn't valid UTF-8. PG detected this when you tried to persist this
garbage in the database.

Boris



More information about the odb-users mailing list