From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
Cc: | pgsql-hackers-win32(at)postgresql(dot)org |
Subject: | Re: PITR on Win32 - Archive and Restore |
Date: | 2004-08-09 15:49:15 |
Message-ID: | 15349.1092066555@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers-win32 pgsql-patches |
Andrew Dunstan <andrew(at)dunslane(dot)net> writes:
> Tom Lane wrote:
>> 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 :-(
But does that have to be done in the code, or will
archive_command = 'copy "%p" ...'
work?
Strictly speaking, people probably ought to use something like
archive_command = 'cp "%p" ...'
on Unix too, so if this is what it takes on Windows I'm satisfied.
Just wondering about what other gotchas Redmond has prepared for us...
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Andrew Dunstan | 2004-08-09 16:02:49 | Re: PITR on Win32 - Archive and Restore |
Previous Message | Andrew Dunstan | 2004-08-09 15:19:08 | Re: PITR on Win32 - Archive and Restore |
From | Date | Subject | |
---|---|---|---|
Next Message | Andrew Dunstan | 2004-08-09 16:02:49 | Re: PITR on Win32 - Archive and Restore |
Previous Message | Andrew Dunstan | 2004-08-09 15:19:08 | Re: PITR on Win32 - Archive and Restore |