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

@ -746,6 +746,9 @@ PostgreSQL documentation
<para> <para>
Note that the single-user mode server does not provide sophisticated 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> </para>
</refsect1> </refsect1>