BUG #7843: Incorrect using icacls

Поиск
Список
Период
Сортировка
От QuiverNAY@gmail.com
Тема BUG #7843: Incorrect using icacls
Дата
Msg-id E1U1EP6-00016k-Tb@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #7843: Incorrect using icacls  (Dave Page <dpage@pgadmin.org>)
Список 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 по дате отправления:

Предыдущее
От: Toby Murray
Дата:
Сообщение: Re: Violation of primary key constraint
Следующее
От: info@fduerr.de
Дата:
Сообщение: BUG #7844: xpath missing entity decoding - bug or feature