diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 52631f458ff..19e19791444 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -925,11 +925,11 @@ postgresql:///mydb?host=localhost&port=5433 - Connection URI needs to be encoded with - Percent-encoding - if it includes symbols with special meaning in any of its parts. - Here is an example where equal sign (=) is replaced - with %3D and whitespace character with + The connection URI needs to be encoded with percent-encoding + if it includes symbols with special meaning in any of its parts. Here is + an example where the equal sign (=) is replaced with + %3D and the space character with %20: postgresql://user@localhost:5433/mydb?options=-c%20synchronous_commit%3Doff