diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2021-02-04 13:31:13 +0100 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2021-02-04 13:31:13 +0100 |
commit | 3c78e0569ca04f4c92f0adcd74471398bb7b2e55 (patch) | |
tree | c5d43549a4e93981b5428247534d6bf0ca3eab57 /doc/src | |
parent | 5128483d064038702f535aced2cbaa43256db214 (diff) | |
download | postgresql-3c78e0569ca04f4c92f0adcd74471398bb7b2e55.tar.gz postgresql-3c78e0569ca04f4c92f0adcd74471398bb7b2e55.zip |
Refactor Windows error message for easier translation
In the error messages referring to the user right "Lock pages in
memory", this is a term from the Windows OS, so it should be
translated in accordance with the OS localization. Refactor the error
messages so this is easier and clearer. Also fix the capitalization
to match the existing capitalization in the OS.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/config.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index e17cdcc8167..5ef1c7ad3c5 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -1593,14 +1593,14 @@ include_dir 'conf.d' <para> Huge pages are known as large pages on Windows. To use them, you need to - assign the user right Lock Pages in Memory to the Windows user account + assign the user right <quote>Lock pages in memory</quote> to the Windows user account that runs <productname>PostgreSQL</productname>. You can use Windows Group Policy tool (gpedit.msc) to assign the user right - Lock Pages in Memory. + <quote>Lock pages in memory</quote>. 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 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. + command prompt revokes the user right <quote>Lock pages in memory</quote> when started. </para> <para> |