pg_autovacuum in 8beta-dev3 small bug

From: "Leen Besselink" <leen(at)wirehub(dot)nl>
To: pgsql-general(at)postgresql(dot)org
Subject: pg_autovacuum in 8beta-dev3 small bug
Date: 2004-10-26 22:20:37
Message-ID: 2887.212.204.165.103.1098829237.squirrel@212.204.165.103
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi folks,

8.0beta3 has pg_autovacuum included, when I want to run this as a Windows
service, it says you can use the -I and -R options.

When I do that and I specify a password with '-P' (uppercase) then in the
registry it's saved as '-p' (lowercase) in the service-commandline
(ImagePath).

Also it removes the quotes I added and I'm not so sure it would work the
way it's supposed to, without it.

If you add DependOnService (a REG_MULTI_SZ an array-like-thingie) and have
the name (in this case: pgsql-8.0-beta2-dev3) of a service it depends on,
it will not fail to start, when PostgreSQL already failed.

Maybe it's an idea to specify it on the commandline (what service to
depend on).

hope this was helpfull,
Lennie.
_____________________________________
New things are always on the horizon.

Browse pgsql-general by date

  From Date Subject
Next Message Gaetano Mendola 2004-10-26 23:48:02 Re: [SECURITY] New set of PostgreSQL RPMS are available for download
Previous Message Naeem Bari 2004-10-26 22:18:08 Re: Newbie question about escaping in a function