Subject: automating backups with windows scheduled tasks and pg_dumpall
From: tgl@sss.pgh.pa.us (Tom Lane)
Date: 11/15/2007 5:17:25 PM
Tom Hart <tomhart@coopfed.org> writes:
> Do scheduled tasks
> have a problem writing to files with > ? I tried an "echo this is a test
> > test.txt" and that didn't run either.
I know zip about Windows, but try using pg_dump's -f switch instead of ">"
and see if it gets happier.
regards, tom lane
---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match
|