gerard manvu wrote:
Quote:
I don't know if it is really a bug or a missuse of postgresql but
when I issue the following request select decode(encode('µ'::bytea,
'escape'), 'escape');
, the result is \346, not 'µ'. |
That's the same thing. bytea stores bytes, not characters, so we expect
that you are primarily interested in the byte value.
---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo (AT) postgresql (DOT) org so that your
message can get through to the mailing list cleanly