Re: BUG #5854: base64 decode returns bytea and no text

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Chris R(dot)" <chricki(at)gmx(dot)net>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #5854: base64 decode returns bytea and no text
Date: 2011-01-28 16:17:28
Message-ID: 20117.1296231448@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Chris R." <chricki(at)gmx(dot)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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Bruce Momjian 2011-01-28 16:18:20 Re: BUG #5854: base64 decode returns bytea and no text
Previous Message Chris R. 2011-01-28 14:45:45 BUG #5854: base64 decode returns bytea and no text