Re: Patch to document base64 encoding

Fabien COELHO <coelho@cri.ensmp.fr>

From: Fabien COELHO <coelho@cri.ensmp.fr>
To: "Karl O. Pinc" <kop@meme.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2019-03-05T06:09:01Z
Lists: pgsql-hackers
Hello Karl,

> Doc patch, against master.  Documents encode() and decode() base64 
> format.

It is already documented. Enhance documentation, though.

> Builds for me.

For me as well. Looks ok.

> Attached: doc_base64_v1.patch
>
> References RFC2045 section 6.8 to define base64.

Did you consider referencing RFC 4648 instead?

-- 
Fabien.


Commits

  1. Doc: rearrange the documentation of binary-string functions.