Commit d61f5bb7 authored by Bruce Momjian's avatar Bruce Momjian

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
parent f2464997
...@@ -840,7 +840,9 @@ postgresql:///mydb?host=localhost&port=5433 ...@@ -840,7 +840,9 @@ postgresql:///mydb?host=localhost&port=5433
<para> <para>
Percent-encoding may be used to include symbols with special meaning in any 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>
<para> <para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment