Re: encode(bytea_value, 'escape') in PostgreSQL 9.0 - Mailing list pgsql-general

From Tom Lane
Subject Re: encode(bytea_value, 'escape') in PostgreSQL 9.0
Date
Msg-id 26016.1291648259@sss.pgh.pa.us
Whole thread Raw
In response to Re: encode(bytea_value, 'escape') in PostgreSQL 9.0  (Florian Weimer <fweimer@bfk.de>)
Responses Re: encode(bytea_value, 'escape') in PostgreSQL 9.0  (Florian Weimer <fweimer@bfk.de>)
List pgsql-general
Florian Weimer <fweimer@bfk.de> writes:
> Put differently, I think it's rather odd that in 9.0, both
> encode(bytea_value, 'escape') and encode(bytea_value, 'hex') output
> hexadecimal values.

I don't believe that; encode produces text not bytea, so its result
is not affected by this setting.

            regards, tom lane

pgsql-general by date:

Previous
From: Devrim GÜNDÜZ
Date:
Subject: Re: PostgreSQL 9.0 RPMs for RHEL 6 and Fedora 14 released
Next
From: Florian Weimer
Date:
Subject: Re: encode(bytea_value, 'escape') in PostgreSQL 9.0