On Wed, 2005-12-28 at 10:39 -0500, Tom Lane wrote: > Dmitry Panov <[EMAIL PROTECTED]> writes: > > I'm currently considering setting up online backup procedure and I > > thought maybe it would be a useful feature if the online logs could be > > written into more than one place (something like oracle redo logs > > multiplexing). > > You can do whatever you want in the archive_command script. >
Yes, but if the server has crashed earlier the script won't be called and if the filesystem can't be recovered the changes will be lost. My point is the server should write into both (or more) files at the same time. Best regards, -- Dmitry O Panov | mailto:[EMAIL PROTECTED] Tula State University | Fidonet: Dmitry Panov, 2:5022/5.13 Dept. of CS & NIT | http://www.tsu.tula.ru/ ---------------------------(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