diff options
author | Bruce Momjian <bruce@momjian.us> | 2017-09-19 12:23:18 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2017-09-19 12:23:18 -0400 |
commit | ba01ef267ee48e86566886376c41d0a20551713c (patch) | |
tree | 02aab56a8153b411042f78f9cb23918248a521de | |
parent | dc28213c3e0b8f2b71d75bb8c779b9dd0fce5670 (diff) |
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
-rw-r--r-- | doc/src/sgml/libpq.sgml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index f154b6b5faf..51a857e8155 100644 --- a/doc/src/sgml/libpq.sgml +++ b/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> |