Re: running multiple versions

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: running multiple versions
Дата
Msg-id 4F3DF5F1.1090004@hogranch.com
обсуждение исходный текст
Ответ на Re: running multiple versions  (John R Pierce <pierce@hogranch.com>)
Список pgsql-general
On 02/16/12 3:10 PM, John R Pierce wrote:
> so, if I was to install 8.4.somethignelse into a different directory,
> I'd need to create a seperate service for it, like...
>
>     sc create postgres-8.4.5 binPath="D:/postgres/8.4.5/bin/pg_ctl.exe
> runservice -N postgresql-8.4.5 -D D:/postgres/8.4.5/data -w"
>          type=own start=auto error=normal
> DisplayName="postgresql-8.4.5 - PostgreSQL Server 8.4.5" depend=RPCSS
>          obj=.\postgres


let me also point out here, I was careful to avoid spaces in the
postgres path.   I don't know how or even if you can quote the paths
properly in the binPath= argument to 'sc create'

the obj= is the username that the service runs as, .\ meaning local as
opposed to domain.


--
john r pierce                            N 37, W 122
santa cruz ca                         mid-left coast


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

Предыдущее
От: Jack Christensen
Дата:
Сообщение: Set returning functions in select column list
Следующее
От: Amila Jayasooriya
Дата:
Сообщение: cast type bytea to double precision