Re: Patch to document base64 encoding
Karl O. Pinc <kop@meme.com>
From: "Karl O. Pinc" <kop@meme.com>
To: Fabien COELHO <coelho@cri.ensmp.fr>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2019-03-06T01:55:22Z
Lists: pgsql-hackers
Attachments
- doc_base64_v4.patch (text/x-patch) patch v4
Hi Fabien,
On Tue, 5 Mar 2019 23:02:26 +0100 (CET)
Fabien COELHO <coelho@cri.ensmp.fr> wrote:
> > Attached: doc_base64_v3.patch
>
> I'm ok with referencing the historical MIME RFC.
For the record, RFC 2045 is updated but not
yet obsolete. The updates don't invalidate
section 6.8.
> "RFC2045 section 6.8" -> "RFC 2045 Section 6.8"
>
> you can link to the RFC directly with:
>
> <ulink url="https://tools.ietf.org/html/rfc2045#section-6.8">RFC 2045
> Section 6.8</ulink>
Done.
Attached: doc_base64_v4.patch
Regards,
Karl <kop@meme.com>
Free Software: "You don't pay back, you pay forward."
-- Robert A. Heinlein
Commits
-
Doc: rearrange the documentation of binary-string functions.
- 34a0a81bfb38 13.0 landed