missing -s option from pg_ctl documentation

Started by Jimmy Olgeniabout 25 years ago2 messagesdocs
Jump to latest
#1Jimmy Olgeni
olgeni@uli.it

Hi!

A small patch for a small option (for rel. 7.1).

*** pg_ctl-ref.sgml.orig	Fri Feb 23 19:11:57 2001
--- pg_ctl-ref.sgml	Wed Apr 25 12:29:55 2001
***************
*** 24,29 ****
--- 24,30 ----
     <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,37 ****
--- 33,39 ----
     <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,49 ****
--- 46,52 ----
     <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">
***************
*** 197,202 ****
--- 200,214 ----
         <para>
          Do not wait for start or shutdown to complete.  This is the
          default for starts and restarts.
+        </para>
+       </listitem>
+      </varlistentry>
+
+      <varlistentry>
+       <term>-s</term>
+       <listitem>
+        <para>
+         Only print errors, no informational messages.
         </para>
        </listitem>
       </varlistentry>

It should go in the man page too :o)

And thanks to everybody!

--
jimmy

#2Bruce Momjian
bruce@momjian.us
In reply to: Jimmy Olgeni (#1)
Re: missing -s option from pg_ctl documentation

Thanks. Applied.

Hi!

A small patch for a small option (for rel. 7.1).

*** pg_ctl-ref.sgml.orig	Fri Feb 23 19:11:57 2001
--- pg_ctl-ref.sgml	Wed Apr 25 12:29:55 2001
***************
*** 24,29 ****
--- 24,30 ----
<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,37 ****
--- 33,39 ----
<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,49 ****
--- 46,52 ----
<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">
***************
*** 197,202 ****
--- 200,214 ----
<para>
Do not wait for start or shutdown to complete.  This is the
default for starts and restarts.
+        </para>
+       </listitem>
+      </varlistentry>
+
+      <varlistentry>
+       <term>-s</term>
+       <listitem>
+        <para>
+         Only print errors, no informational messages.
</para>
</listitem>
</varlistentry>

It should go in the man page too :o)

And thanks to everybody!

--
jimmy

---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/users-lounge/docs/faq.html

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026