BUG #7843: Incorrect using icacls

From: QuiverNAY(at)gmail(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #7843: Incorrect using icacls
Date: 2013-02-01 11:03:32
Message-ID: E1U1EP6-00016k-Tb@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 7843
Logged by: Andrey
Email address: QuiverNAY(at)gmail(dot)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.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Maciej Łopuszański 2013-02-01 11:27:17 Re: BUG #7842: pg_dump scripts view to table
Previous Message Toby Murray 2013-02-01 07:34:06 Re: Violation of primary key constraint