pg_autovacuum log paths can't contain spaces
"Barry Lind" <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.devel.win32 |
|---|---|
| Message-ID | <03E7D3E231BB7B4A915A6581D4296CC69798B4@NSNOVPS00411.nacio.xythos.com> |
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
---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [email protected] so that your
message can get through to the mailing list cleanly