| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Andreas Pflug <pgadmin(at)pse-consulting(dot)de> |
| Cc: | Dave Page <dpage(at)vale-housing(dot)co(dot)uk>, Merlin Moncure <merlin(dot)moncure(at)rcsonline(dot)com>, markir(at)coretech(dot)co(dot)nz, pgsql-hackers-win32(at)postgresql(dot)org |
| Subject: | Re: PITR on Win32 - Archive and Restore |
| Date: | 2004-08-09 14:58:48 |
| Message-ID: | 14787.1092063528@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers-win32 |
Andreas Pflug <pgadmin(at)pse-consulting(dot)de> 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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Dave Page | 2004-08-09 15:18:00 | Re: Win32 PostgreSQL 8.0 Beta 1 Installer available |
| Previous Message | Jochem van Dieten | 2004-08-09 14:52:23 | Re: Win32 PostgreSQL 8.0 Beta 1 Installer available |