@@ -173,11 +173,11 @@ PostgreSQL documentation
173173 In <option>stop</option> mode, the server that is running in
174174 the specified data directory is shut down. Three different
175175 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
177177 clients to disconnect and any online backup to finish.
178178 If the server is in hot standby, recovery and streaming replication
179179 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
181181 will terminate an online backup in progress. All active transactions are
182182 rolled back and clients are forcibly disconnected, then the
183183 server is shut down. <quote>Immediate</quote> mode will abort
@@ -292,7 +292,7 @@ PostgreSQL documentation
292292 Specifies the shutdown mode. <replaceable>mode</replaceable>
293293 can be <literal>smart</literal>, <literal>fast</literal>, or
294294 <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.
296296 </para>
297297 </listitem>
298298 </varlistentry>
0 commit comments