]> granicus.if.org Git - postgresql/commitdiff
doc: add example of % substitution for connection URIs
authorBruce Momjian <bruce@momjian.us>
Tue, 19 Sep 2017 16:23:18 +0000 (12:23 -0400)
committerBruce Momjian <bruce@momjian.us>
Tue, 19 Sep 2017 16:23:18 +0000 (12:23 -0400)
Reported-by: Zhou Digoal
Discussion: https://postgr.es/m/20170912133722.25637.91@wrigleys.postgresql.org

Backpatch-through: 10

doc/src/sgml/libpq.sgml

index 096a8be6057c1eb418604f3694f0ba8204d89666..0aedd837dc1d53a96e14115b9cb692de0769fc75 100644 (file)
@@ -840,7 +840,9 @@ postgresql:///mydb?host=localhost&amp;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>