From 40e821b01870a1de5e3fdcf5c76d46116c0a56b7 Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Mon, 4 Feb 2019 09:57:36 +0900 Subject: [PATCH] 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 --- doc/src/sgml/ref/initdb.sgml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/src/sgml/ref/initdb.sgml b/doc/src/sgml/ref/initdb.sgml index 4489b585c7..84fb37c293 100644 --- a/doc/src/sgml/ref/initdb.sgml +++ b/doc/src/sgml/ref/initdb.sgml @@ -202,7 +202,9 @@ PostgreSQL documentation Allows users in the same group as the cluster owner to read all cluster - files created by initdb. + files created by initdb. This option is ignored + on Windows as it does not support + POSIX-style group permissions.