Re: stderr & win32 admin check

From: "Andrew Dunstan" <andrew(at)dunslane(dot)net>
To: <pgsql-patches(at)postgresql(dot)org>
Subject: Re: stderr & win32 admin check
Date: 2004-06-15 22:48:09
Message-ID: 2639.24.211.141.25.1087339689.squirrel@www.dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Magnus Hagander said:
>>It hasn't been discussed, but it would be fairly trivial to
>>add this to the service installer. (A bit more work on the MSI
>>installer, but we could do with that one just installing the
>>default instance at least for starters).
>
> Correcting myself on this one - the MSI installer already supports
> instaling under any name you want. Only one, but you can pick the name
> (default being "postgresql <version>").
> Since the service code is not in th ebackend yet, you can't actually
> install this, but the interface is there and ready.
>

I have often seen multiple instances of a service under different names
(think of srvany from the Resources Toolkit).

I agree that the serice name should be configurable.

Will the installer have a set of options? e.g.
. install binaries
. initdb
. install/configure service?

If so, maybe you could just run it again, missing out the install binaries
step, to create another service instance.

cheers

andrew

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Andrew Dunstan 2004-06-15 22:51:56 Re: stderr & win32 admin check
Previous Message Magnus Hagander 2004-06-15 22:22:13 Re: stderr & win32 admin check