diff options
-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> |