Re: pg_autovacuum (8.0.4) as Windows service ? - Mailing list pgsql-general

From Magnus Hagander
Subject Re: pg_autovacuum (8.0.4) as Windows service ?
Date
Msg-id 6BCB9D8A16AC4241919521715F4D8BCE92E783@algol.sollentuna.se
Whole thread Raw
In response to pg_autovacuum (8.0.4) as Windows service ?  (Zlatko Matić <zlatko.matic1@sb.t-com.hr>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: Transaction IDs not the same in same transaction?
Next
From: Christian Kratzer
Date:
Subject: Re: Transaction IDs not the same in same transaction?