aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-04-27 01:31:56 +0000
committerBruce Momjian <bruce@momjian.us>2001-04-27 01:31:56 +0000
commit651acdaa6ef462020b1a1e4c7bd5e59fb07732a3 (patch)
tree916501725180c25d06120681a0c59c18d1f15713 /doc/src
parent8926d8b28dd76afc83fa31506ed589f13c9a3ed2 (diff)
downloadpostgresql-651acdaa6ef462020b1a1e4c7bd5e59fb07732a3.tar.gz
postgresql-651acdaa6ef462020b1a1e4c7bd5e59fb07732a3.zip
A small patch for a small option (for rel. 7.1).
Jimmy Olgeni
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/ref/pg_ctl-ref.sgml14
1 files changed, 13 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/pg_ctl-ref.sgml b/doc/src/sgml/ref/pg_ctl-ref.sgml
index 617a070d6e4..0b9d3f98469 100644
--- a/doc/src/sgml/ref/pg_ctl-ref.sgml
+++ b/doc/src/sgml/ref/pg_ctl-ref.sgml
@@ -1,5 +1,5 @@
<!--
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/pg_ctl-ref.sgml,v 1.6 2001/02/08 19:39:24 petere Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/pg_ctl-ref.sgml,v 1.7 2001/04/27 01:31:56 momjian Exp $
Postgres documentation
-->
@@ -24,6 +24,7 @@ Postgres documentation
<command>pg_ctl</command>
<arg choice="plain">start</arg>
<arg>-w</arg>
+ <arg>-s</arg>
<arg>-D <replaceable>datadir</replaceable></arg>
<arg>-l <replaceable>filename</replaceable></arg>
<arg>-o <replaceable>options</replaceable></arg>
@@ -32,6 +33,7 @@ Postgres documentation
<command>pg_ctl</command>
<arg choice="plain">stop</arg>
<arg>-W</arg>
+ <arg>-s</arg>
<arg>-D <replaceable>datadir</replaceable></arg>
<arg>-m
<group choice="plain">
@@ -44,6 +46,7 @@ Postgres documentation
<command>pg_ctl</command>
<arg choice="plain">restart</arg>
<arg>-w</arg>
+ <arg>-s</arg>
<arg>-D <replaceable>datadir</replaceable></arg>
<arg>-m
<group choice="plain">
@@ -200,6 +203,15 @@ Postgres documentation
</para>
</listitem>
</varlistentry>
+
+ <varlistentry>
+ <term>-s</term>
+ <listitem>
+ <para>
+ Only print errors, no informational messages.
+ </para>
+ </listitem>
+ </varlistentry>
</variablelist>
</para>
</refsect2>