doc: add example of % substitution for connection URIs
authorBruce Momjian
Tue, 19 Sep 2017 16:23:18 +0000 (12:23 -0400)
committerBruce Momjian
Tue, 19 Sep 2017 16:23:18 +0000 (12:23 -0400)
Reported-by: Zhou Digoal
Discussion: https://postgr.es/m/20170912133722[email protected]

Backpatch-through: 10

doc/src/sgml/libpq.sgml

index 096a8be6057c1eb418604f3694f0ba8204d89666..0aedd837dc1d53a96e14115b9cb692de0769fc75 100644 (file)
@@ -840,7 +840,9 @@ postgresql:///mydb?host=localhost&port=5433
 
    
     Percent-encoding may be used to include symbols with special meaning in any
-    of the URI parts.
+    of the URI parts, e.g. replace = with
+    %3D.
+