Windows Dependency Issue

From: "Peter Egan" <peter(dot)egan(at)senetric(dot)com>
To: <pgsql-admin(at)postgresql(dot)org>
Subject: Windows Dependency Issue
Date: 2007-01-04 17:52:45
Message-ID: 003501c73029$24632c20$4a01a8c0@EganNotebook
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hello,

We have a windows-based server that uses postgres (8.1) as the db. We use a 'silent install' to install postgres as a windows service. Our server is then installed as a service with a dependency on postgres.

As seen in other posts, to ensure that postgres starts up before the server starts, one should use the pg_ctl command with the '-w' flag. When installed as a service, the '-w' flag isn't set.

My question - is there a way to set this '-w' flag through the silent install process? Or is there another way to accomplish this without requiring the user to set this after the installation process?

Any help would be appreciated.

Thanks,
Pete

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Andy Shellam (Mailing Lists) 2007-01-04 18:37:48 Re: Windows Dependency Issue
Previous Message Shoaib Mir 2007-01-04 12:52:49 Re: I want to import a database from a customer