[PATCH] by request: base64 for bytea

Поиск
Список
Период
Сортировка
От Alex Pilosov
Тема [PATCH] by request: base64 for bytea
Дата
Msg-id Pine.BSO.4.10.10106221721220.9542-200000@spider.pilosoft.com
обсуждение исходный текст
Ответы Re: [PATCH] by request: base64 for bytea  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: [PATCH] by request: base64 for bytea  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
Attached is a patch (including documentation this time :) containing two
functions, base64_encode(bytea) and base64_decode(text) with obvious
functionality.

Code was initially taken from public-domain base64.c by John Walker but
much simplified (such as, breaking up long string into multiple lines is
not done, EBCDIC support removed). 

--
Alex Pilosov            | http://www.acedsl.com/home.html
CTO - Acecape, Inc.     | AceDSL:The best ADSL in the world
325 W 38 St. Suite 1005 | (Stealth Marketing Works! :)
New York, NY 10018      |

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

Предыдущее
От: "Bernardo Pons"
Дата:
Сообщение: Extracting metadata about attributes from catalog
Следующее
От: Alex Pilosov
Дата:
Сообщение: Re: Extracting metadata about attributes from catalog