From: | Raimon Fernandez <coder(at)montx(dot)com> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Encoding using the Frontend/Backend Protocol TCP/IP |
Date: | 2009-11-19 16:05:35 |
Message-ID: | A8F7FAA5-A817-4CCE-BA06-BF28B5534AC7@montx.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-interfaces |
Hello,
I'm trying to send some strings that have chars outside from standar ascii, like çñàèó
Once I'm connected, the client and server both uses UT8Encoding.
And I'm sending all the strings encoded in UTF8.
At least the received ones are working, as I get the text exactly as it is, with special chars.
But when I'm trying to update a row using some of them, I'm getting an error:
ERROR
08P01
Invalid string in message
pqformat.c
691
pq_getmstring
Invalid Front End message type 0
postgres.c
408
socketbackend
you have been disconected
How should I encode ????
thanks,
regards,
r.
From | Date | Subject | |
---|---|---|---|
Next Message | Pavel Stehule | 2009-11-19 16:24:33 | Re: obtaining ARRAY position for a given match |
Previous Message | Scott Bailey | 2009-11-19 15:56:57 | Re: obtaining ARRAY position for a given match |
From | Date | Subject | |
---|---|---|---|
Next Message | Kovalevski Andrei | 2009-11-19 16:27:49 | Re: Encoding using the Frontend/Backend Protocol TCP/IP |
Previous Message | Greg Sabino Mullane | 2009-11-14 22:42:25 | Re: Upgrading databases |