pg_autovacuum (8.0.4) as Windows service ?

From: Zlatko Matić <zlatko(dot)matic1(at)sb(dot)t-com(dot)hr>
To: <pgsql-general(at)postgresql(dot)org>
Subject: pg_autovacuum (8.0.4) as Windows service ?
Date: 2005-10-22 20:05:41
Message-ID: 000001c5d752$5ce1f710$7a201dc3@zlatkovyfkpgz6
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

Thanks,

Zlatko

Browse pgsql-general by date

  From Date Subject
Next Message Martijn van Oosterhout 2005-10-22 20:10:15 Re: out of memory for query result
Previous Message Allen 2005-10-22 19:46:18 out of memory for query result