From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Alex Pilosov <alex(at)pilosoft(dot)com> |
Cc: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: [PATCH] by request: base64 for bytea |
Date: | 2001-06-23 13:49:48 |
Message-ID: | 200106231349.f5NDnmf03386@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Patch removed.
> 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 |
Content-Description:
[ Attachment, skipping... ]
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
From | Date | Subject | |
---|---|---|---|
Next Message | Hiroshi Inoue | 2001-06-23 14:39:39 | RE: Good name for new lock type for VACUUM? |
Previous Message | Bruce Momjian | 2001-06-23 13:49:24 | Re: [PATCH] by request: base64 for bytea |