Re: BUG #5854: base64 decode returns bytea and no text - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #5854: base64 decode returns bytea and no text
Date
Msg-id 20117.1296231448@sss.pgh.pa.us
Whole thread Raw
In response to BUG #5854: base64 decode returns bytea and no text  ("Chris R." <chricki@gmx.net>)
List pgsql-bugs
"Chris R." <chricki@gmx.net> writes:
> There is a break in how pg9.0 handles decoding base64 encoded data.

This has nothing to do with decode(), it's a change in the default
output format for bytea data.  Set bytea_output to "escape" to get
the old format.

            regards, tom lane

pgsql-bugs by date:

Previous
From: "Chris R."
Date:
Subject: BUG #5854: base64 decode returns bytea and no text
Next
From: Bruce Momjian
Date:
Subject: Re: BUG #5854: base64 decode returns bytea and no text