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
Tue, 19 Sep 2017 16:23:18 +0000
(12:23 -0400)
committer
Bruce 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
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
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>.
+