Thread: Can i run pg_ctl under Administrator account ?

Can i run pg_ctl under Administrator account ?

From
"Steven De Vriendt"
Date:
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

Re: Can i run pg_ctl under Administrator account ?

From
Richard Huxton
Date:
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

Re: Can i run pg_ctl under Administrator account ?

From
Magnus Hagander
Date:
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