Re: initdb --allow-group-access behaviour in windows

From: David Steele <david(at)pgmasters(dot)net>
To: Michael Paquier <michael(at)paquier(dot)xyz>
Cc: Haribabu Kommi <kommi(dot)haribabu(at)gmail(dot)com>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: initdb --allow-group-access behaviour in windows
Date: 2019-02-02 06:50:14
Message-ID: e6b5553f-3606-d129-4008-192e215edf27@pgmasters.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2/2/19 3:05 AM, Michael Paquier wrote:
> + files created by <command>initdb</command>. This option is irrelevant
> + on <productname>Windows</productname> as it does not support
> + <acronym>POSIX</acronym>-style group permissions.

How about:

+ files created by <command>initdb</command>. This option is ignored
+ on <productname>Windows</productname>, which does not support
+ <acronym>POSIX</acronym>-style group permissions.

Regards,
--
-David
david(at)pgmasters(dot)net

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Noah Misch 2019-02-02 08:18:33 Re: pgsql: Remove references to Majordomo
Previous Message Michael Paquier 2019-02-02 04:25:01 Re: Installation instructions update (pg_ctl)