aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2011-03-09 20:19:59 -0500
committerBruce Momjian <bruce@momjian.us>2011-03-09 20:19:59 -0500
commit01752f7bba627c0c38d594b27e50238015272828 (patch)
tree84394bc561c9a5a9985fcb47a22a174a02117499 /doc/src
parent49a08ca1e968860fe02fa3331cc0aba361d76e02 (diff)
downloadpostgresql-01752f7bba627c0c38d594b27e50238015272828.tar.gz
postgresql-01752f7bba627c0c38d594b27e50238015272828.zip
Document that server single-user mode does not do checkpoints or other
background processing.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/ref/postgres-ref.sgml5
1 files changed, 4 insertions, 1 deletions
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
<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>