Re: libpq parameter parsing problem
Heikki Linnakangas <[email protected]> Wed, 8 Jan 2020 11:06:35 +0200
| Newsgroups | gmane.comp.db.postgresql.bugs |
|---|---|
| Message-ID | <[email protected]> |
On 08/01/2020 10:48, Jobin Augustine wrote: > Thanks Alex and Heikki, > > Encoding works and it solved the problem. I find the documentation is > not very clear about it. > Heikki's single line comment was more clear to me than documentation :) > A statement like "PostgreSQL URI string need to be encoded with > Percent-encoding <https://en.wikipedia.org/wiki/Percent-encoding> " > would have been much better If you could propose a concrete patch to add something like that to the docs, that'd be great. I think adding an example connection URI like that in the docs would be really helpful. - Heikki