diff options
author | Tatsuo Ishii <ishii@postgresql.org> | 2012-04-14 18:40:35 +0900 |
---|---|---|
committer | Tatsuo Ishii <ishii@postgresql.org> | 2012-04-14 18:40:35 +0900 |
commit | d4db16d303b24ba5c9a6ddf8c2d70f6fd2da36d7 (patch) | |
tree | cc1ef9a10782db29768c103badda61af122fcf2a | |
parent | 48ea558313fae4409d0e76facde041674678cba2 (diff) | |
download | postgresql-d4db16d303b24ba5c9a6ddf8c2d70f6fd2da36d7.tar.gz postgresql-d4db16d303b24ba5c9a6ddf8c2d70f6fd2da36d7.zip |
Add description of long options for '-c', '-D', '-l' and '-s'. Per
discussion of hackers list on 2012/3/10 "missing description initdb
manual".
-rw-r--r-- | doc/src/sgml/ref/pg_ctl-ref.sgml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/src/sgml/ref/pg_ctl-ref.sgml b/doc/src/sgml/ref/pg_ctl-ref.sgml index 7dc170ee895..7e54b82c063 100644 --- a/doc/src/sgml/ref/pg_ctl-ref.sgml +++ b/doc/src/sgml/ref/pg_ctl-ref.sgml @@ -244,6 +244,7 @@ PostgreSQL documentation <varlistentry> <term><option>-c</option></term> + <term><option>--core-file</option></term> <listitem> <para> Attempt to allow server crashes to produce core files, on platforms @@ -257,6 +258,7 @@ PostgreSQL documentation <varlistentry> <term><option>-D <replaceable class="parameter">datadir</replaceable></option></term> + <term><option>--pgdata <replaceable class="parameter">datadir</replaceable></option></term> <listitem> <para> Specifies the file system location of the database files. If @@ -268,6 +270,7 @@ PostgreSQL documentation <varlistentry> <term><option>-l <replaceable class="parameter">filename</replaceable></option></term> + <term><option>--log <replaceable class="parameter">filename</replaceable></option></term> <listitem> <para> Append the server log output to @@ -280,6 +283,7 @@ PostgreSQL documentation <varlistentry> <term><option>-m <replaceable class="parameter">mode</replaceable></option></term> + <term><option>--mode <replaceable class="parameter">mode</replaceable></option></term> <listitem> <para> Specifies the shutdown mode. <replaceable>mode</replaceable> @@ -340,6 +344,7 @@ PostgreSQL documentation <varlistentry> <term><option>-s</option></term> + <term><option>--silent</option></term> <listitem> <para> Print only errors, no informational messages. @@ -349,6 +354,7 @@ PostgreSQL documentation <varlistentry> <term><option>-t</option></term> + <term><option>--timeout</option></term> <listitem> <para> The maximum number of seconds to wait when waiting for startup or |