aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorMagnus Hagander <magnus@hagander.net>2018-01-22 10:18:09 +0100
committerMagnus Hagander <magnus@hagander.net>2018-01-22 10:18:09 +0100
commitb9ff79b8f17697f3df492017d454caa9920a7183 (patch)
tree56871abd3ea96a24e706da0978b61a661db2c63d /doc/src
parent1cc4f536ef86928a241126ca70d121873594630e (diff)
downloadpostgresql-b9ff79b8f17697f3df492017d454caa9920a7183.tar.gz
postgresql-b9ff79b8f17697f3df492017d454caa9920a7183.zip
Fix docs typo
Spotted by Thomas Munro
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/config.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml
index cc156c6385e..31eaacfc4fe 100644
--- a/doc/src/sgml/config.sgml
+++ b/doc/src/sgml/config.sgml
@@ -1386,7 +1386,7 @@ include_dir 'conf.d'
You can use Windows Group Policy tool (gpedit.msc) to assign the user right
Lock Pages in Memory.
To start the database server on the command prompt as a standalone process,
- not as a Windows service, the command prompt must be run as an administrator
+ not as a Windows service, the command prompt must be run as an administrator or
User Access Control (UAC) must be disabled. When the UAC is enabled, the normal
command prompt revokes the user right Lock Pages in Memory when started.
</para>