diff options
author | Michael Paquier <michael@paquier.xyz> | 2019-02-04 09:57:36 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2019-02-04 09:57:36 +0900 |
commit | 40e821b01870a1de5e3fdcf5c76d46116c0a56b7 (patch) | |
tree | c1ea45147d0c079fae9e52e6b1d01e05dac928c2 | |
parent | 946430da6a0b91cac5607758264f506d25b3321f (diff) | |
download | postgresql-40e821b01870a1de5e3fdcf5c76d46116c0a56b7.tar.gz postgresql-40e821b01870a1de5e3fdcf5c76d46116c0a56b7.zip |
Clarify behavior of initdb's --allow-group-access on Windows in docs
The option is ignored on Windows, and GUC data_directory_mode already
mentioned that within its description in the documentation.
Author: Michael Paquier
Reported-by: Haribabu Kommi, David Steele
Discussion: https://postgr.es/m/CAJrrPGefxTG43yk6BrOC7ZcMnCTccG9+inCSncvyys_t8Ev9cQ@mail.gmail.com
Backpatch-through: 11
-rw-r--r-- | doc/src/sgml/ref/initdb.sgml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/initdb.sgml b/doc/src/sgml/ref/initdb.sgml index 4489b585c7a..84fb37c293a 100644 --- a/doc/src/sgml/ref/initdb.sgml +++ b/doc/src/sgml/ref/initdb.sgml @@ -202,7 +202,9 @@ PostgreSQL documentation <listitem> <para> Allows users in the same group as the cluster owner to read all cluster - files created by <command>initdb</command>. + files created by <command>initdb</command>. This option is ignored + on <productname>Windows</productname> as it does not support + <acronym>POSIX</acronym>-style group permissions. </para> </listitem> </varlistentry> |