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
pull/31/head^2
Bruce Momjian 8 years ago
parent f246499764
commit d61f5bb7c4
  1. 4
      doc/src/sgml/libpq.sgml

@ -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…
Cancel
Save