Re: Question about password character in ECPG's connection string

Поиск
Список
Период
Сортировка
От Alban Hertroys
Тема Re: Question about password character in ECPG's connection string
Дата
Msg-id 1B0DE6CA-7E1F-4AB8-B6D5-D486FEFDD786@gmail.com
обсуждение исходный текст
Ответ на Re: Question about password character in ECPG's connection string  (Adrian Klaver <adrian.klaver@aklaver.com>)
Ответы Re: Question about password character in ECPG's connection string  (Luca Ferrari <fluca1978@gmail.com>)
Список pgsql-general
> 2)  "tcp:postgresql://localhost?user=myuser&password=password" looks like
>
> "tcp:postgresql://localhost?user=myuser&password=my&pwd"
>
> and password is parsed on the & and you also end up with an extra parameter pwd

Perhaps it helps to URL-encode the & in the password as %26?

Alban Hertroys
--
There is always an exception to always.







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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: How to log 'user time' in postgres logs
Следующее
От: Laurenz Albe
Дата:
Сообщение: Re: [ext] Re: Pointers towards identifying bulk import bottleneck(walwriter tuning?)