Re: PITR on Win32 - Archive and Restore

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: PITR on Win32 - Archive and Restore
Дата
Msg-id 411782FC.7050302@dunslane.net
обсуждение исходный текст
Ответ на Re: PITR on Win32 - Archive and Restore  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers-win32
I wrote:

>
> I will install MSys and friends on my new Windows machine and play
> around to see what works, unless someone comes up with a tested
> solution first.
>
>

Experimentation shows that xcopy is just as braindead about slashes as
copy is. But quoting the paths with backslashes worked, e.g.

system("xcopy \"c:\\foo bar\\baz\" \"c:\\tmp\" /y >nul");

So it appears that we need either to have the paths output with
system-dependant slashes, or, perhaps more flexibly, a new escape
sequences (%P?) which does system-dependent slashes - that would be a
small addition to src/backend/access/transam/xlog.c

cheers

andrew

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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: PITR on Win32 - Archive and Restore
Следующее
От: "Dave Page"
Дата:
Сообщение: Win32 PostgreSQL 8.0 Beta 1 Installer available for download