Re: PITR on Win32 - Archive and Restore - Mailing list pgsql-hackers-win32

From markir@coretech.co.nz
Subject Re: PITR on Win32 - Archive and Restore
Date
Msg-id 1092193180.d703b8efa2d14@mail.coretech.co.nz
Whole thread Raw
In response to Re: PITR on Win32 - Archive and Restore  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers-win32
Quoting Bruce Momjian <pgman@candle.pha.pa.us>:
They work because your working directory is c:\Program Files\
Try the last 3 tests again, but cd to c:\ (for example) first (they will fail
then).

>
> OK, as a data point, why does this work on XP using a CMD.EXE window:
>
>     C:\Program Files>echo > "a b"
>
>     C:\Program Files>copy "a b" "c d"
>             1 file(s) copied.
>
>     C:\Program Files>copy "c:/program files/c d" "e f"
>             1 file(s) copied.
>
>     C:\Program Files>copy "c:/program files/e f" "c:/program files/g h"
>             1 file(s) copied.
>
>     C:\Program Files>cmd /c copy "c:/program files/e f" "c:/program files/g h"
>             1 file(s) copied.
>
> I don't think we actually need the backslash conversion.  I do think we will
>


pgsql-hackers-win32 by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: PITR on Win32 - Archive and Restore
Next
From: "Andrew Dunstan"
Date:
Subject: Re: PITR on Win32 - Archive and Restore