Re: PITR on Win32 - Archive and Restore
Tom Lane <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.devel.win32 |
|---|---|
| Message-ID | <[email protected]> |
Andreas Pflug <[email protected]> writes: > 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. The fact that we are invoking a shell command here is not a bug, it's a feature. cp is not the only possible command one might want to use, nor even the most likely command --- it's just the simplest case that could possibly be useful. I fully expect that people will be using some sort of shell script in production. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faqs/FAQ.html