projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc28213
)
doc: add example of % substitution for connection URIs
author
Bruce Momjian
<bruce@momjian.us>
Tue, 19 Sep 2017 16:23:18 +0000
(12:23 -0400)
committer
Bruce 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
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/libpq.sgml
b/doc/src/sgml/libpq.sgml
index f154b6b5fafe6b2078f520d2fd2fe437ebf3719c..51a857e8155ba9ff556309f375a4003bd31a8bd8 100644
(file)
--- 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>