[GENERAL] Access is denied during initdb

2005-06-17 Thread O.B.
I'm attempting to install PostgreSQL v8.0.3 on a Windows XP SP2 machine. The error log below is generated and the installation rolls back. I have verified that the "postgres" user (service account) has read/write/execute permissions to the entire C: drive as well as having the "logon as servi

Re: [GENERAL] Access is denied during initdb

2005-06-20 Thread O.B.
O.B. wrote: I'm attempting to install PostgreSQL v8.0.3 on a Windows XP SP2 machine. The error log below is generated and the installation rolls back. I have verified that the "postgres" user (service account) has read/write/execute permissions to the entire C: drive as well

Re: [GENERAL] Access is denied during initdb

2005-06-20 Thread O.B.
Richard Huxton wrote: O.B. wrote: Here's additional information from the log file surrounding the problem with initdb failing: Action 18:10:09: SetPermissions. Setting filesystem permissions... MSI (s) (2C:AC) [18:10:09:323]: Executing op: CustomActionSchedule(Action=SetPermis

[GENERAL] How to suppress NOTICE messages

2007-04-06 Thread O.B.
How does one suppress NOTICE messages from appearing in stderr? I have the following command and it appears that setting client_min_messages to WARNING does not work. psql -U postgres -d mytestdb -f mytest.sql -v client_min_messages=WARNING -W ---(end of broadcast)--