Re: xml type and encodings - Mailing list pgsql-hackers

From Tom Lane
Subject Re: xml type and encodings
Date
Msg-id 19635.1168819066@sss.pgh.pa.us
Whole thread Raw
In response to xml type and encodings  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
Peter Eisentraut <peter_e@gmx.net> writes:
> Looking at the send/receive functions for the text type, they 
> communicate all data in the server encoding, so it seems reasonable to 
> do this here as well.

Uh, no, I'm pretty sure there's a translation to the client encoding.
It's in a subroutine not in text_send proper.
        regards, tom lane


pgsql-hackers by date:

Previous
From: "Matthew T. O'Connor"
Date:
Subject: Re: Autovacuum improvements
Next
From: "Nikolay Samokhvalov"
Date:
Subject: Re: xml type and encodings