From: | Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com> |
---|---|
To: | Jiří Pavlovský <jiri(at)pavlovsky(dot)eu> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: utf8 errors |
Date: | 2013-06-25 19:39:58 |
Message-ID: | CAFj8pRDnZVSsd4_hGDNi5JegX6kV298h1CoKNqUb0gDTS3YpWA@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hello
in this mailing list is not high traffic,
please try to ask on postgresql general mailing list
http://www.postgresql.org/list/pgsql-general/
or
Czech google groups https://groups.google.com/forum/?hl=cs#!forum/postgresql-cz
2013/6/25 Jiří Pavlovský <jiri(at)pavlovsky(dot)eu>:
> Hello,
>
> I have a win32 application. It uses gtk for GUI and postgres. Recently I
> upgraded to newer gtk and postgres 9.2. I'm now getting utf8 errors from
> postgres.
> The thing I don't understand that the queries, which postgres complains
> about, seem to be perfectly valid.
>
> For example
> LOG: statement: INSERT INTO recipients (DealID,
> Contactid) VALUES (29009, 9387)
> ERROR: invalid byte sequence for encoding "UTF8": 0x9c
>
This message is strange - I expect so *ID columns are numeric. Can you
show a table definition?
Regards
Pavel Stehule
>
> But the query is clean ascii and it doesn't even contain the mentioned
> character.
>
> My database is in UNICODE, client encoding is utf8.
>
> So I'm stuck not knowing where to look for a problem.
>
> Thank you,
> Jiri
>
> --
> Jiří Pavlovský
>
>
>
> --
> Sent via pgsql-general mailing list (pgsql-general(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general
From | Date | Subject | |
---|---|---|---|
Next Message | Jiří Pavlovský | 2013-06-25 21:39:27 | Re: utf8 errors |
Previous Message | Adrian Klaver | 2013-06-25 19:29:01 | Re: utf8 errors |