pg_autovacuum log paths can't contain spaces

Поиск
Список
Период
Сортировка
От Barry Lind
Тема pg_autovacuum log paths can't contain spaces
Дата
Msg-id 03E7D3E231BB7B4A915A6581D4296CC69798B4@NSNOVPS00411.nacio.xythos.com
обсуждение исходный текст
Список pgsql-hackers-win32
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

В списке pgsql-hackers-win32 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Performance of COPY for Archive operations
Следующее
От: "Kevin Woolley"
Дата:
Сообщение: XP install problems