Re: missing -s option from pg_ctl documentation

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Jimmy Olgeni <olgeni(at)uli(dot)it>
Cc: pgsql-docs(at)postgresql(dot)org
Subject: Re: missing -s option from pg_ctl documentation
Date: 2001-04-27 01:31:52
Message-ID: 200104270131.f3R1Vq618458@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs


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(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message Matthew Kirkwood 2001-04-27 14:25:49 "make install" note
Previous Message Vince Vielhaber 2001-04-26 15:16:44 Re: [GENERAL] Re: Hardcopy docs available