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

From Andrew Dunstan
Subject Re: PITR on Win32 - Archive and Restore
Date
Msg-id 411795EC.3030208@dunslane.net
Whole thread Raw
In response to Re: PITR on Win32 - Archive and Restore  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: PITR on Win32 - Archive and Restore  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers-win32

Tom Lane wrote:

>markir@coretech.co.nz writes:
>
>
>>Trying out stuff on the command line seems to show a general "unwillingness" to
>>work with forward slashed names at all:
>>
>>
>
>Yeah, I think it may only be the POSIX library routines that are really
>forward-slash friendly.
>
>As I said before, I'm willing to #ifdef the code so that the string
>substituted for %p converts all / to \ on Windows.  What I'd like to
>know is whether that's enough to solve the problems, particularly in
>face of spaces in the path, or whether we'll still be in quoting hell.
>
>
>

Names with spaces will need to be quoted :-(

The good news is that we don't seem to need as many quotes as Bruce
suggested. See my earlier email.

cheers

andrew

pgsql-hackers-win32 by date:

Previous
From: Tom Lane
Date:
Subject: Re: PITR on Win32 - Archive and Restore
Next
From: Tom Lane
Date:
Subject: Re: PITR on Win32 - Archive and Restore