A small patch for a small option (for rel. 7.1).
authorBruce Momjian <bruce@momjian.us>
Fri, 27 Apr 2001 01:31:56 +0000 (01:31 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 27 Apr 2001 01:31:56 +0000 (01:31 +0000)
Jimmy Olgeni

doc/src/sgml/ref/pg_ctl-ref.sgml

index 5d56668b148914d8b0f486f8f87fcc8399cead5a..59d1feb86fdce1d496d48d3d0f1b7c800cfa2ad9 100644 (file)
@@ -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>