Re: PITR on Win32 - Archive and Restore
Andreas Pflug <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.devel.win32 |
|---|---|
| Message-ID | <[email protected]> |
Dave Page wrote: > > > >>-----Original Message----- >>From: [email protected] >>[mailto:[email protected]] On Behalf >>Of Merlin Moncure >>Sent: 09 August 2004 13:12 >>To: [email protected] >>Cc: [email protected] >>Subject: Re: [pgsql-hackers-win32] PITR on Win32 - Archive and Restore >> >>I tried using copy for a while and gave up...it never got the >>slashes right. I then replaced with cp that comes with mingw >>and that works fine. > > > We can't really ship that though as it's GNU... Shell commands usage from programs has always been a PITA in win32, and it will probably remain. We should replace all such occurrences by /port stuff to get this fixed finally. Regards, Andreas ---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend