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:
parent
f246499764
commit
d61f5bb7c4
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user