Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search archives
  Advanced Search

pg_autovacuum log paths can't contain spaces



I just installed the beta2 Dev 3 version of the installer.  When I went
to go tryout pg_autovacuum I noticed two problem:

1) -P isn't working correctly.  -P is being interpreted as -p in the
service code and it tries to use the password (-P) that I passed in as
the port (-p).  I seem to recall a previous email about this and think
this is already fixed in CVS.

2) When I specify a path that contains spaces to the -L switch it
doesn't work correctly.

For example:

Pg_autovacuum.exe -I -L "c:/Program Files/Postgresql/logs/vacuum.log" -U
postgres 

Will create a service as:

"c:\Program Files\Postgresql\bin\pg_autovacuum.exe" -U postgres -L
c:/Program Files/Postgresql/logs/vacuum.log

And I get a log file named c:/Program

I haven't seen this reported by anyone else yet.

Thanks,
--Barry



Home | Main Index | Thread Index

Privacy Policy | About PostgreSQL
Copyright © 1996 – 2012 PostgreSQL Global Development Group