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

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: PATCH: Add uri percent-encoding for binary data
Дата
Msg-id 20200220222758.GA24593@alvherre.pgsql
обсуждение исходный текст
Ответ на PATCH: Add uri percent-encoding for binary data  (Anders Åstrand <anders@449.se>)
Ответы Re: PATCH: Add uri percent-encoding for binary data
Re: PATCH: Add uri percent-encoding for binary data
Список pgsql-hackers
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
ready to me; however, documentation is missing.  I added a stub; can you
please complete that?

To answer Arthur Zakirov's question: yes, the standard recommends
("should") to use uppercase characters:

:  For consistency, URI producers and
:  normalizers should use uppercase hexadecimal digits for all percent-
:  encodings.

Thanks,

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Michael Leonhard
Дата:
Сообщение: Re: Add PGURI env var for passing connection string to psql in Docker
Следующее
От: Thomas Munro
Дата:
Сообщение: Re: Improve heavyweight locks instead of building new lock managers?