mirror of
https://github.com/postgres/postgres.git
synced 2025-06-11 20:28:21 +03:00
Updates to reflect that pg_ctl stop -m fast is the default
Various example and test code used -m fast explicitly, but since it's the default, this can be omitted now or should be replaced by a better example. pg_upgrade is not touched, so it can continue to operate with older installations.
This commit is contained in:
@ -615,7 +615,7 @@ PostgreSQL documentation
|
||||
The <option>-m</option> option allows control over
|
||||
<emphasis>how</emphasis> the server shuts down:
|
||||
<screen>
|
||||
<prompt>$</prompt> <userinput>pg_ctl stop -m fast</userinput>
|
||||
<prompt>$</prompt> <userinput>pg_ctl stop -m smart</userinput>
|
||||
</screen></para>
|
||||
</refsect2>
|
||||
|
||||
|
Reference in New Issue
Block a user