specifying multiple options in URI psql behaviour?

Поиск
Список
Период
Сортировка
От Wim Bertels
Тема specifying multiple options in URI psql behaviour?
Дата
Msg-id e43d805a2fdf29d5e587fd9fe2358b7a92000d51.camel@ucll.be
обсуждение исходный текст
Ответы Re: specifying multiple options in URI psql behaviour?
Список pgsql-general
Hello,

can anyone confirm this?:

* connections with at most 1 option after the ?-mark sign work:

like

#psql postgresql://myuser@myserver/mydb?connect_timeout=10

or

#psql postgresql://myuser@myserver/mydb?target_session_attrs=any

* but if you put more than 1 option, then it doesn't?:

#psql
postgresql://myuser@myserver/mydb?connect_timeout=10&target_session_att
rs=any

--

https://www.postgresql.org/docs/current/libpq-connect.html#LIBPQ-CONNSTRING-URIS

https://www.postgresql.org/docs/current/libpq-connect.html#LIBPQ-PARAMKEYWORDS

mvg,
Wim

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

Предыдущее
От: "Colin 't Hart"
Дата:
Сообщение: Cancelling "vacuum full" in single user mode?
Следующее
От: Laurenz Albe
Дата:
Сообщение: Re: Cancelling "vacuum full" in single user mode?