projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f598392
)
Add warning about pg_ctl restart and the use of relative paths on the command-line.
author
Bruce Momjian
<bruce@momjian.us>
Thu, 16 Aug 2012 22:15:47 +0000
(18:15 -0400)
committer
Bruce Momjian
<bruce@momjian.us>
Thu, 16 Aug 2012 22:15:58 +0000
(18:15 -0400)
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 7a4c2bec3b67045397a5e34768e1881f0de9e094..3107514901ce96463261596931b1721534ca9089 100644
(file)
--- a/
doc/src/sgml/ref/pg_ctl-ref.sgml
+++ b/
doc/src/sgml/ref/pg_ctl-ref.sgml
@@
-188,7
+188,9
@@
PostgreSQL documentation
<para>
<option>restart</option> mode effectively executes a stop followed
by a start. This allows changing the <command>postgres</command>
- command-line options.
+ command-line options. <option>restart</option> might fail if
+ relative paths specified were specified on the command-line during
+ server start.
</para>
<para>