Re: bytea vs. pg_dump

Поиск
Список
Период
Сортировка
От Andrew Chernow
Тема Re: bytea vs. pg_dump
Дата
Msg-id 4A019B5F.6080804@esilo.com
обсуждение исходный текст
Ответ на Re: bytea vs. pg_dump  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
Andrew Dunstan wrote:
>>
>> another nit with base64 is that properly encoded data requires
>> newlines according to the standard.
>>   
> 
> er, no, not as I read rfc 3548 s 2.1.
> 
> cheers
> 
> andrew
> 
> 

Why does encode('my text', 'base64') include newlines in its output?  I 
think MIME requires text to be broken into 76 char lines but why does 
encode do this?

-- 
Andrew Chernow
eSilo, LLC
every bit counts
http://www.esilo.com/


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: bytea vs. pg_dump
Следующее
От: Stephen Frost
Дата:
Сообщение: text_pattern_ops and complex regexps