diff options
author | Bruce Momjian | 2000-05-23 21:46:57 +0000 |
---|---|---|
committer | Bruce Momjian | 2000-05-23 21:46:57 +0000 |
commit | 75478861a4566c518ea2cd5d215d9fb08c4fa667 (patch) | |
tree | 68aaef3eeb9f0bae47d0b9652f5c18776b73b986 /doc/src | |
parent | 1c5b902018bc3b045e933817603ccdb7c0205c48 (diff) |
pg_ctl does not use -S by default anymore so update documentation
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/pgctl-ref.sgml | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/doc/src/sgml/ref/pgctl-ref.sgml b/doc/src/sgml/ref/pgctl-ref.sgml index e6a0979b3fd..21490739720 100644 --- a/doc/src/sgml/ref/pgctl-ref.sgml +++ b/doc/src/sgml/ref/pgctl-ref.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/ref/Attic/pgctl-ref.sgml,v 1.2 2000/05/02 20:02:03 thomas Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/Attic/pgctl-ref.sgml,v 1.3 2000/05/23 21:46:57 momjian Exp $ Postgres documentation --> @@ -254,13 +254,7 @@ pg_ctl [-D <replaceable class="parameter">datadir</replaceable>] status <para> <filename>postmaster.opts.default</filename> contains parameters - for <application>postmaster</application>. With a - default installation, the <option>-S</option> option is enabled. - So <command>pg_ctl start</command> implies: - - <programlisting> -postmaster -S - </programlisting> + for <application>postmaster</application>. </para> <para> |