doc: add example of % substitution for connection URIs

Reported-by: Zhou Digoal

Discussion: https://postgr.es/m/20170912133722.25637.91@wrigleys.postgresql.org

Backpatch-through: 10
This commit is contained in:
Bruce Momjian 2017-09-19 12:23:18 -04:00
parent f246499764
commit d61f5bb7c4

View File

@ -840,7 +840,9 @@ postgresql:///mydb?host=localhost&port=5433
<para>
Percent-encoding may be used to include symbols with special meaning in any
of the <acronym>URI</acronym> parts.
of the <acronym>URI</acronym> parts, e.g. replace <literal>=</> with
<literal>%3D</>.
</para>
<para>