From 0badb069bc9f590dbc1306ccbd51e99ed81f228c Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 31 Mar 2015 11:46:27 -0400 Subject: pg_ctl: change default shutdown mode from 'smart' to 'fast' Retain the order of the options in the documentation. --- doc/src/sgml/ref/pg_ctl-ref.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/ref/pg_ctl-ref.sgml b/doc/src/sgml/ref/pg_ctl-ref.sgml index 29f882bd76e..2df65db0bdd 100644 --- a/doc/src/sgml/ref/pg_ctl-ref.sgml +++ b/doc/src/sgml/ref/pg_ctl-ref.sgml @@ -173,11 +173,11 @@ PostgreSQL documentation In mode, the server that is running in the specified data directory is shut down. Three different shutdown methods can be selected with the - option. Smart mode (the default) waits for all active + option. Smart mode waits for all active clients to disconnect and any online backup to finish. If the server is in hot standby, recovery and streaming replication will be terminated once all clients have disconnected. - Fast mode does not wait for clients to disconnect and + Fast mode (the default) does not wait for clients to disconnect and will terminate an online backup in progress. All active transactions are rolled back and clients are forcibly disconnected, then the server is shut down. Immediate mode will abort @@ -292,7 +292,7 @@ PostgreSQL documentation Specifies the shutdown mode. mode can be smart, fast, or immediate, or the first letter of one of - these three. If this is omitted, smart is used. + these three. If this is omitted, fast is used. -- cgit v1.2.3