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

From Tom Lane
Subject Re: PITR on Win32 - Archive and Restore
Date
Msg-id 4430.1092021229@sss.pgh.pa.us
Whole thread Raw
In response to Re: PITR on Win32 - Archive and Restore  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: PITR on Win32 - Archive and Restore
List pgsql-hackers-win32
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> OK, I think I might see the cause.  Try this:
>     archive_command = '""copy" "%p" "c:/databases/pgarchive/%f""'
> In other words, quote the 'copy' command too.  Crazy --- yes.

Yikes.  If it's that hard to get it to work, maybe we should just
knuckle under and make %p convert / to \ under Windows :-(

(Microsoft cultural imperialism wins another round...)

However, just one question --- the Microsofties also like to put spaces
in path names.  How much quoting would be needed to make this command
string work in the face of spaces in %p, even if we did the backslash
thing?  If the answer is "nearly as much" then I'm not going to be
excited about backslashing.

            regards, tom lane

pgsql-hackers-win32 by date:

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