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

2020-02-20 Thread Anders Åstrand
Thanks for keeping this alive even though I disappeared after submitting it! I can write documentation this weekend. Thanks again. //Anders On Thu, 20 Feb 2020, 23:28 Alvaro Herrera, wrote: > On 2019-Oct-07, Anders Åstrand wrote: > > > Attached is a patch for adding uri as an enc

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

2019-10-08 Thread Anders Åstrand
On Mon, Oct 7, 2019 at 11:38 PM Isaac Morland wrote: > > On Mon, 7 Oct 2019 at 03:15, 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"

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

2019-10-08 Thread Anders Åstrand
On Mon, Oct 7, 2019 at 9:52 PM Bruce Momjian 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

PATCH: Add uri percent-encoding for binary data

2019-10-07 Thread Anders Åstrand
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). The background for this patch is that I could easily build urls in plpgsql, but doing the actual encoding of the