Document that server single-user mode does not do checkpoints or other

background processing.
This commit is contained in:
Bruce Momjian 2011-03-09 20:19:59 -05:00
parent 49a08ca1e9
commit 01752f7bba

View File

@ -745,7 +745,10 @@ PostgreSQL documentation
<para>
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.
</para>
</refsect1>