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

2020-07-29 Thread Daniel Gustafsson
> On 1 Jul 2020, at 16:58, Alvaro Herrera wrote: > > On 2020-Jul-01, Daniel Gustafsson wrote: > >>> On 19 Mar 2020, at 08:55, Daniel Gustafsson wrote: >> >>> With no response for 2 weeks during the commitfest, I propose to move this >>> to >>> the next CF to allow time for discussions. >> >>

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

2020-07-01 Thread Alvaro Herrera
On 2020-Jul-01, Daniel Gustafsson wrote: > > On 19 Mar 2020, at 08:55, Daniel Gustafsson wrote: > > > With no response for 2 weeks during the commitfest, I propose to move this > > to > > the next CF to allow time for discussions. > > This patch no longer applies, the failing hunk being in the

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

2020-07-01 Thread Daniel Gustafsson
> On 19 Mar 2020, at 08:55, Daniel Gustafsson wrote: > With no response for 2 weeks during the commitfest, I propose to move this to > the next CF to allow time for discussions. This patch no longer applies, the failing hunk being in the docs part. As stated in my review earlier in the thread I

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

2020-03-19 Thread Daniel Gustafsson
> On 4 Mar 2020, at 12:25, Daniel Gustafsson wrote: > >> On 20 Feb 2020, at 23:27, Alvaro Herrera wrote: >> >> On 2019-Oct-07, Anders Åstrand wrote: >> >>> Attached is a patch for adding uri as an encoding option for >>> encode/decode. It uses what's called "percent-encoding" in rfc3986 >>> (h

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

2020-03-04 Thread Daniel Gustafsson
> On 20 Feb 2020, at 23:27, Alvaro Herrera wrote: > > On 2019-Oct-07, Anders Åstrand wrote: > >> 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). > > Thanks.

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 encoding option f

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

2020-02-20 Thread Alvaro Herrera
On 2019-Oct-07, Anders Åstrand wrote: > 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). Thanks. Seems useful. I made a few cosmetic tweaks and it looks almost r

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

2019-12-19 Thread Arthur Zakirov
Hello, On 2019/10/07 16:14, 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). Thank you for the patch. I'm not very familiar with rfc398

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" in rfc3986 >> (https://tools.ietf.org/html/rfc3986#

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" in rfc3986 > > (https://tools.ietf.org/

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

2019-10-07 Thread Isaac Morland
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" in rfc3986 > (https://tools.ietf.org/html/rfc3986#section-2.1). > > The background for this patch is that I could e

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

2019-10-07 Thread Bruce Momjian
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 i

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