projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f246499
)
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 096a8be6057c1eb418604f3694f0ba8204d89666..0aedd837dc1d53a96e14115b9cb692de0769fc75 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>.
+