Re: [GENERAL] Silent start of Postgres in XP

2005-11-24 Thread Andrus
>> Trying to use same approach with Postgres fails. Postgres >> requires special user account and is not capable to create >> this account without user intervention. > > Sure, it's very much capable of diong that. See > http://pginstaller.projects.postgresql.org/silent.html, specifically > look for

Re: [GENERAL] Silent start of Postgres in XP

2005-11-23 Thread Magnus Hagander
> This causes Apache to run under SYSTEM account . > > Trying to use same approach with Postgres fails. Postgres > requires special user account and is not capable to create > this account without user intervention. Sure, it's very much capable of diong that. See http://pginstaller.projects.pos

Re: [GENERAL] Silent start of Postgres in XP

2005-11-23 Thread Richard Huxton
Andrus wrote: How to force Postgres to install itself as service running under SYSTEM or under LOCAL SERVICE account? You can download the source, take out the check for non-administrator accounts and recompile. The core developers have made it pretty clear that they don't hold with runnin