Re: stderr & win32 admin check - Mailing list pgsql-patches

From Magnus Hagander
Subject Re: stderr & win32 admin check
Date
Msg-id 6BCB9D8A16AC4241919521715F4D8BCE34BC92@algol.sollentuna.se
Whole thread Raw
In response to stderr & win32 admin check  ("Magnus Hagander" <mha@sollentuna.net>)
List pgsql-patches
>>>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?

Yes.


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

Well, ATM it will detect that it's already installed, and offer to
remove the program.

But that can be changed to allow just this, yes. What it will not allow
(per MSI specs AFAIK) is to install the same version in different
places. But it can still install multiple services calling the same
postmaster.exe with different arguments. I think :-)

//Magnus

pgsql-patches by date:

Previous
From: "Andrew Dunstan"
Date:
Subject: Re: stderr & win32 admin check
Next
From: Bruce Momjian
Date:
Subject: Re: stderr & win32 admin check