projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6ca9c2
)
docs: Clarify pg_ctl initdb option text to match options proto.
author
Bruce Momjian
Sat, 25 Aug 2018 16:01:53 +0000
(12:01 -0400)
committer
Bruce Momjian
Sat, 25 Aug 2018 16:01:53 +0000
(12:01 -0400)
The options string appeared in PG 10.
Reported-by:
[email protected]
Discussion: https://postgr.es/m/
153500377658
.1378.
6587007319641704057
@wrigleys.postgresql.org
Backpatch-through: 10
doc/src/sgml/ref/pg_ctl-ref.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/pg_ctl-ref.sgml
b/doc/src/sgml/ref/pg_ctl-ref.sgml
index 01a9ba45428a772151d98ef76c333ac5e984ad8e..304a64d6a607e92738e4cf9ab924ac8f549f88d6 100644
(file)
--- a/
doc/src/sgml/ref/pg_ctl-ref.sgml
+++ b/
doc/src/sgml/ref/pg_ctl-ref.sgml
@@
-334,7
+334,7
@@
PostgreSQL documentation
options being passed through.
- The
options
should usually be surrounded by single or
+ The
initdb-
options
should usually be surrounded by single or
double quotes to ensure that they are passed through as a group.