diff options
author | Michael Paquier | 2019-02-04 00:57:20 +0000 |
---|---|---|
committer | Michael Paquier | 2019-02-04 00:57:20 +0000 |
commit | be12aa47e60c45f331e91693efdbc94497d4e9b0 (patch) | |
tree | 2be07e795381a636fc7f38d3b312f4b2245453d3 | |
parent | f1bebef60ec8f557324cd3bfc1671da1318de968 (diff) |
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> |