Re: PITR on Win32 - Archive and Restore
Tom Lane <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.devel.win32 |
|---|---|
| Message-ID | <[email protected]> |
Bruce Momjian <[email protected]> writes: > I have gotten confused by this. Does COPY work with quoted paths only > if we use forward slashes, or was this fix just for the slash issue and > not spaces? This only fixes the slash issue. If your database path includes spaces you'll still need to put quotes in the archive_command, but it shouldn't be any worse than archive_command = 'copy "%p" "c:\someplace\%f"' I'd appreciate confirmation though from some win32 users that the above indeed works. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster