Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 651acda

Browse files
committed
A small patch for a small option (for rel. 7.1).
Jimmy Olgeni
1 parent 8926d8b commit 651acda

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

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

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/pg_ctl-ref.sgml,v 1.6 2001/02/08 19:39:24 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/pg_ctl-ref.sgml,v 1.7 2001/04/27 01:31:56 momjian Exp $
33
Postgres documentation
44
-->
55

@@ -24,6 +24,7 @@ Postgres documentation
2424
<command>pg_ctl</command>
2525
<arg choice="plain">start</arg>
2626
<arg>-w</arg>
27+
<arg>-s</arg>
2728
<arg>-D <replaceable>datadir</replaceable></arg>
2829
<arg>-l <replaceable>filename</replaceable></arg>
2930
<arg>-o <replaceable>options</replaceable></arg>
@@ -32,6 +33,7 @@ Postgres documentation
3233
<command>pg_ctl</command>
3334
<arg choice="plain">stop</arg>
3435
<arg>-W</arg>
36+
<arg>-s</arg>
3537
<arg>-D <replaceable>datadir</replaceable></arg>
3638
<arg>-m
3739
<group choice="plain">
@@ -44,6 +46,7 @@ Postgres documentation
4446
<command>pg_ctl</command>
4547
<arg choice="plain">restart</arg>
4648
<arg>-w</arg>
49+
<arg>-s</arg>
4750
<arg>-D <replaceable>datadir</replaceable></arg>
4851
<arg>-m
4952
<group choice="plain">
@@ -200,6 +203,15 @@ Postgres documentation
200203
</para>
201204
</listitem>
202205
</varlistentry>
206+
207+
<varlistentry>
208+
<term>-s</term>
209+
<listitem>
210+
<para>
211+
Only print errors, no informational messages.
212+
</para>
213+
</listitem>
214+
</varlistentry>
203215
</variablelist>
204216
</para>
205217
</refsect2>

0 commit comments

Comments
 (0)