File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
<!--
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 $
3
3
Postgres documentation
4
4
-->
5
5
@@ -24,6 +24,7 @@ Postgres documentation
24
24
<command>pg_ctl</command>
25
25
<arg choice="plain">start</arg>
26
26
<arg>-w</arg>
27
+ <arg>-s</arg>
27
28
<arg>-D <replaceable>datadir</replaceable></arg>
28
29
<arg>-l <replaceable>filename</replaceable></arg>
29
30
<arg>-o <replaceable>options</replaceable></arg>
@@ -32,6 +33,7 @@ Postgres documentation
32
33
<command>pg_ctl</command>
33
34
<arg choice="plain">stop</arg>
34
35
<arg>-W</arg>
36
+ <arg>-s</arg>
35
37
<arg>-D <replaceable>datadir</replaceable></arg>
36
38
<arg>-m
37
39
<group choice="plain">
@@ -44,6 +46,7 @@ Postgres documentation
44
46
<command>pg_ctl</command>
45
47
<arg choice="plain">restart</arg>
46
48
<arg>-w</arg>
49
+ <arg>-s</arg>
47
50
<arg>-D <replaceable>datadir</replaceable></arg>
48
51
<arg>-m
49
52
<group choice="plain">
@@ -200,6 +203,15 @@ Postgres documentation
200
203
</para>
201
204
</listitem>
202
205
</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>
203
215
</variablelist>
204
216
</para>
205
217
</refsect2>
You can’t perform that action at this time.
0 commit comments