From: Bruce Momjian Date: Thu, 10 Mar 2011 01:19:59 +0000 (-0500) Subject: Document that server single-user mode does not do checkpoints or other X-Git-Tag: REL9_1_ALPHA5~140 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=01752f7bba627c0c38d594b27e50238015272828;p=thirdparty%2Fpostgresql.git Document that server single-user mode does not do checkpoints or other background processing. --- diff --git a/doc/src/sgml/ref/postgres-ref.sgml b/doc/src/sgml/ref/postgres-ref.sgml index d332cbae1d8..bd4ae338f73 100644 --- a/doc/src/sgml/ref/postgres-ref.sgml +++ b/doc/src/sgml/ref/postgres-ref.sgml @@ -745,7 +745,10 @@ PostgreSQL documentation Note that the single-user mode server does not provide sophisticated - line-editing features (no command history, for example). + line-editing features (no command history, for example). + Single-User mode also does not do any background processing, like + automatic checkpoints. +