1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-05 07:21:24 +03:00

Clarify terminology standalone backend vs. single-user mode

Most of the documentation uses "single-user mode", so use that in the
code as well.  Adjust the documentation to match the new error message
wording.  Also add a documentation index entry for "single-user mode".

Based-on-patch-by: Jeff Janes <jeff.janes@gmail.com>
This commit is contained in:
Peter Eisentraut
2013-06-20 23:03:18 -04:00
parent 4c54e87a86
commit 7dfd5cd21c
3 changed files with 12 additions and 8 deletions

View File

@ -529,6 +529,10 @@ PostgreSQL documentation
<refsect2>
<title>Options for Single-User Mode</title>
<indexterm>
<primary>single-user mode</primary>
</indexterm>
<para>
The following options only apply to the single-user mode.
</para>