Re: PATCH: Add uri percent-encoding for binary data

From: Anders Åstrand <anders(at)449(dot)se>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: PATCH: Add uri percent-encoding for binary data
Date: 2019-10-08 17:41:05
Message-ID: CAPwPebtHKVZZhnAhN2fcMy8R=yedi9t_0_O4D9y-FiTpiMW-9Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Oct 7, 2019 at 9:52 PM Bruce Momjian <bruce(at)momjian(dot)us> wrote:
>
> On Mon, Oct 7, 2019 at 09:14:38AM +0200, Anders Åstrand wrote:
> > Hello
> >
> > Attached is a patch for adding uri as an encoding option for
> > encode/decode. It uses what's called "percent-encoding" in rfc3986
> > (https://tools.ietf.org/html/rfc3986#section-2.1).
>
> Oh, that's a cool idea. Can you add it to the commit-fest?
>
> https://commitfest.postgresql.org/25/
>
>

Thanks for your reply! I added it but was unsure of what topic was
appropriate and couldn't find a description of them anywhere. I went
with Miscellaneous for now.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Stephen Frost 2019-10-08 17:55:56 Re: Transparent Data Encryption (TDE) and encrypted files
Previous Message Antonin Houska 2019-10-08 17:14:30 Re: pg_init