@@ -925,11 +925,11 @@ postgresql:///mydb?host=localhost&port=5433
925
925
</para>
926
926
927
927
<para>
928
- Connection <acronym>URI</acronym> needs to be encoded with
929
- <ulink url="https://tools.ietf.org/html/rfc3986#section-2.1">Percent -encoding</ulink>
930
- if it includes symbols with special meaning in any of its parts.
931
- Here is an example where equal sign (<literal>=</literal>) is replaced
932
- with <literal>%3D</literal> andwhitespace character with
928
+ The connection <acronym>URI</acronym> needs to be encoded with<ulink
929
+ url="https://tools.ietf.org/html/rfc3986#section-2.1">percent -encoding</ulink>
930
+ if it includes symbols with special meaning in any of its parts. Here is
931
+ an example wherethe equal sign (<literal>=</literal>) is replaced with
932
+ <literal>%3D</literal> andthe space character with
933
933
<literal>%20</literal>:
934
934
<programlisting>
935
935
postgresql://user@localhost:5433/mydb?options=-c%20synchronous_commit%3Doff