pgsql: Clarify behavior of initdb's --allow-group-access on Windows in

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Clarify behavior of initdb's --allow-group-access on Windows in
Date: 2019-02-04 00:58:04
Message-ID: E1gqSaK-0002rX-BX@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/be12aa47e60c45f331e91693efdbc94497d4e9b0

Modified Files
--------------
doc/src/sgml/ref/initdb.sgml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2019-02-04 02:17:49 Re: pgsql: Avoid creation of the free space map for small heap relations.
Previous Message Thomas Munro 2019-02-03 11:53:02 pgsql: Add shared_memory_type GUC.