diff options
author | Bruce Momjian <bruce@momjian.us> | 2012-08-16 18:15:47 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2012-08-16 18:15:58 -0400 |
commit | c99016f1d0ad122aaf9dca83b033277f97e55bd3 (patch) | |
tree | 8d655ab09fa044bd399841cde0c8b8f7ed447485 /doc/src/sgml/ref/pg_ctl-ref.sgml | |
parent | f5983923d81d6327bdacf9d439a1536c4c8c4c15 (diff) | |
download | postgresql-c99016f1d0ad122aaf9dca83b033277f97e55bd3.tar.gz postgresql-c99016f1d0ad122aaf9dca83b033277f97e55bd3.zip |
Add warning about pg_ctl restart and the use of relative paths on the command-line.
Diffstat (limited to 'doc/src/sgml/ref/pg_ctl-ref.sgml')
-rw-r--r-- | doc/src/sgml/ref/pg_ctl-ref.sgml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/pg_ctl-ref.sgml b/doc/src/sgml/ref/pg_ctl-ref.sgml index 7a4c2bec3b6..3107514901c 100644 --- 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> |