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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #5854: base64 decode returns bytea and no text
Дата
Msg-id 20117.1296231448@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #5854: base64 decode returns bytea and no text  ("Chris R." <chricki@gmx.net>)
Список 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 по дате отправления:

Предыдущее
От: "Chris R."
Дата:
Сообщение: BUG #5854: base64 decode returns bytea and no text
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: BUG #5854: base64 decode returns bytea and no text