BUG #7843: Incorrect using icacls - Mailing list pgsql-bugs

From QuiverNAY@gmail.com
Subject BUG #7843: Incorrect using icacls
Date
Msg-id E1U1EP6-00016k-Tb@wrigleys.postgresql.org
Whole thread Raw
Responses Re: BUG #7843: Incorrect using icacls  (Dave Page <dpage@pgadmin.org>)
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      7843
Logged by:          Andrey
Email address:      QuiverNAY@gmail.com
PostgreSQL version: 9.2.2
Operating system:   Windows 7 x64
Description:        =


When i try to install postgresql-9.2.2-1-windows-x64.exe, it ask aboute DB
files path.
I have chosen d:\Server\DB\
then installer runs but file:
"
@ECHO OFF
icacls D:\ /grant "NT AUTHORITY\NetworkService":(NP)(RX) >
"C:\Temp\rad9B244.tmp" 2>&1
EXIT /B %ERRORLEVEL%
"
It is incorrect. I believe that cacls should be run only on specified path
(d:\Server\DB\).
Besides this path have full access for Everyone and Administrators.

pgsql-bugs by date:

Previous
From: Toby Murray
Date:
Subject: Re: Violation of primary key constraint
Next
From: info@fduerr.de
Date:
Subject: BUG #7844: xpath missing entity decoding - bug or feature