Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d61f5bb

Browse files
committed
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
1 parent f246499 commit d61f5bb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/src/sgml/libpq.sgml

+3-1
Original file line numberDiff line numberDiff line change
@@ -840,7 +840,9 @@ postgresql:///mydb?host=localhost&port=5433
840840

841841
<para>
842842
Percent-encoding may be used to include symbols with special meaning in any
843-
of the <acronym>URI</acronym> parts.
843+
of the <acronym>URI</acronym> parts, e.g. replace <literal>=</> with
844+
<literal>%3D</>.
845+
844846
</para>
845847

846848
<para>

0 commit comments

Comments
 (0)