Skip to content
Snippets Groups Projects
Commit 40e821b0 authored by Michael Paquier's avatar Michael Paquier
Browse files

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
parent 946430da
No related branches found
No related tags found
No related merge requests found
...@@ -202,7 +202,9 @@ PostgreSQL documentation ...@@ -202,7 +202,9 @@ PostgreSQL documentation
<listitem> <listitem>
<para> <para>
Allows users in the same group as the cluster owner to read all cluster 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> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment