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 | d61f5bb7c444255b064a60df782907f7dddad61a (patch) | |
tree | 294e59f8d93bd5772bbc0909a9bd2e5106909421 | |
parent | f2464997644c64b5dec93ab3c08305f48bfe14f1 (diff) | |
download | postgresql-d61f5bb7c444255b064a60df782907f7dddad61a.tar.gz postgresql-d61f5bb7c444255b064a60df782907f7dddad61a.zip |
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 096a8be6057..0aedd837dc1 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> |