Re: pg_autovacuum (8.0.4) as Windows service ?

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: pg_autovacuum (8.0.4) as Windows service ?
Дата
Msg-id 6BCB9D8A16AC4241919521715F4D8BCE92E783@algol.sollentuna.se
обсуждение исходный текст
Ответ на pg_autovacuum (8.0.4) as Windows service ?  (Zlatko Matić <zlatko.matic1@sb.t-com.hr>)
Список pgsql-general
> When installing pg_autovacuum as Windows service, should user
> that makes connection be the service account or a superuser ?
> For example, I have service account "postgres_service" and
> database superuser "postgres". Which one should be used in
> following script:
> @echo off
> set TARGET_DISC=C:
> echo target disc is %TARGET_DISC%
> cd %TARGET_DISC%\Program Files\PostgreSQL\8.0\bin
> pg_autovacuum.exe pgsql-8.0.4 -I -U user -P password pause
>

Database superuser.

//Magnus

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Transaction IDs not the same in same transaction?
Следующее
От: Christian Kratzer
Дата:
Сообщение: Re: Transaction IDs not the same in same transaction?