Re: libpq parameter parsing problem

Поиск
Список
Период
Сортировка
От Jobin Augustine
Тема Re: libpq parameter parsing problem
Дата
Msg-id CANaTPsqek=nHK6aGHc1susp=+_EsWL+bH-BCNpz=7V1J-mn59Q@mail.gmail.com
обсуждение исходный текст
Ответ на Re: libpq parameter parsing problem  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-bugs

> Links to authoritative sources (perhaps an RFC in this case) would be
> better.

No objections to your suggestion in this case though.  I can see
Section 2.1 from RFC3986 for that:
https://tools.ietf.org/html/rfc3986#section-2.1

So, gathering all the feedback and my own tweaks, I finish with the
attached (merely simplified).
--
Michael
+1
As an end-user,  It it is very clear for me now.

Verified the new example :
$ psql "postgresql://user@localhost:5433/mydb?options=-c%20synchronous_commit%3Doff"
Password for user user:
Pager usage is off.
psql (12.0 (Ubuntu 12.0-2.pgdg18.04+1), server 11.5)
Type "help" for help.

mydb=> show synchronous_commit;
 synchronous_commit
--------------------
 off
(1 row)



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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: libpq parameter parsing problem
Следующее
От: Oleksandr Shulgin
Дата:
Сообщение: Re: libpq parameter parsing problem