Re: stderr & win32 admin check

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: stderr & win32 admin check
Дата
Msg-id 6BCB9D8A16AC4241919521715F4D8BCE34BC8C@algol.sollentuna.se
обсуждение исходный текст
Ответ на stderr & win32 admin check  ("Magnus Hagander" <mha@sollentuna.net>)
Список pgsql-patches
>> If you mean only run one instance of postmaster as service,
>> that's not true.
>> If you like two pgsql servers (i.e. db clusters), you can
>> install two services, both using the same binary with
>> different cmd line arguments.
>
>In which case, what would 'net stop postgresql' do? What you suggest is
>correct if using something like the Cygwin service installer
>because you
>can specify unique service names etc. AFAIK there are no plans to allow
>such configurability in PostgreSQL - nor is that something you see in
>most other services.

'net stop postgresql' would stop the instance named 'postgresql'.
'net stop someotherpostgresql' would stop the instance named
'someotherpostgresql'.

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).

At least I don't htink it's in what Claudio has so far - Claudio? Lots
of work to get into your framework?

And FWIW, that's exactly what Microsoft SQL Server does when you install
multiple instances on the same machine.

//Magnus

В списке pgsql-patches по дате отправления:

Предыдущее
От: "Dave Page"
Дата:
Сообщение: Re: stderr & win32 admin check
Следующее
От: "Magnus Hagander"
Дата:
Сообщение: Re: stderr & win32 admin check