Re: PITR on Win32 - Archive and Restore
Andrew Dunstan <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.devel.win32 |
|---|---|
| Message-ID | <[email protected]> |
Tom Lane wrote: >[email protected] writes: > > >>Trying out stuff on the command line seems to show a general "unwillingness" to >>work with forward slashed names at all: >> >> > >Yeah, I think it may only be the POSIX library routines that are really >forward-slash friendly. > >As I said before, I'm willing to #ifdef the code so that the string >substituted for %p converts all / to \ on Windows. What I'd like to >know is whether that's enough to solve the problems, particularly in >face of spaces in the path, or whether we'll still be in quoting hell. > > > Names with spaces will need to be quoted :-( The good news is that we don't seem to need as many quotes as Bruce suggested. See my earlier email. cheers andrew ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match