@@ -173,11 +173,11 @@ PostgreSQL documentation
173
173
In <option>stop</option> mode, the server that is running in
174
174
the specified data directory is shut down. Three different
175
175
shutdown methods can be selected with the <option>-m</option>
176
- option. <quote>Smart</quote> mode (the default) waits for all active
176
+ option. <quote>Smart</quote> mode waits for all active
177
177
clients to disconnect and any online backup to finish.
178
178
If the server is in hot standby, recovery and streaming replication
179
179
will be terminated once all clients have disconnected.
180
- <quote>Fast</quote> mode does not wait for clients to disconnect and
180
+ <quote>Fast</quote> mode (the default) does not wait for clients to disconnect and
181
181
will terminate an online backup in progress. All active transactions are
182
182
rolled back and clients are forcibly disconnected, then the
183
183
server is shut down. <quote>Immediate</quote> mode will abort
@@ -292,7 +292,7 @@ PostgreSQL documentation
292
292
Specifies the shutdown mode. <replaceable>mode</replaceable>
293
293
can be <literal>smart</literal>, <literal>fast</literal>, or
294
294
<literal>immediate</literal>, or the first letter of one of
295
- these three. If this is omitted, <literal>smart </literal> is used.
295
+ these three. If this is omitted, <literal>fast </literal> is used.
296
296
</para>
297
297
</listitem>
298
298
</varlistentry>
0 commit comments