Re: pg_autovacuum (8.0.4) as Windows service ?

From: "Magnus Hagander" <mha(at)sollentuna(dot)net>
To: Zlatko Matić <zlatko(dot)matic1(at)sb(dot)t-com(dot)hr>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: pg_autovacuum (8.0.4) as Windows service ?
Date: 2005-10-23 16:48:38
Message-ID: 6BCB9D8A16AC4241919521715F4D8BCE92E783@algol.sollentuna.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-general by date

  From Date Subject
Next Message Chris 2005-10-23 17:31:33 Recovery after server crash
Previous Message Christian Kratzer 2005-10-23 15:42:41 Re: Transaction IDs not the same in same transaction?