Can i run pg_ctl under Administrator account ?
Using Windows Xp I want to start pg_ctl as administrator.
Reason for that I'm using Apache Tomcat and I can't seem to start that
without Administrator privilges.
Can someone tell me how do that ?
Regards,
Steven
Steven De Vriendt wrote:
Using Windows Xp I want to start pg_ctl as administrator.
Reason for that I'm using Apache Tomcat and I can't seem to start that
without Administrator privilges.
Can someone tell me how do that ?
1. Can you not use "runas"?
2. I thought this was dealt with in 8.2 and PG now drops privileges on
startup?
--
Richard Huxton
Archonet Ltd
On Fri, Mar 09, 2007 at 12:12:42PM +0100, Steven De Vriendt wrote:
Using Windows Xp I want to start pg_ctl as administrator.
Reason for that I'm using Apache Tomcat and I can't seem to start that
without Administrator privilges.
Can someone tell me how do that ?
Make sure you use 8.2 and it should work just fine.
//Magnus