"Andrus Moor" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > 1. Make sure that postgres.conf file contains in first line: > > archive_command = 'copy "%p" "c:/arhiiv/%f"' > > 2. Edit postgres.conf file by adding # before this line > > #archive_command = 'copy "%p" "c:/arhiiv/%f"' > > 3. Run SELECT pg_reload_conf() in PgAdmin
This is a known problem - since pg_reload_conf() will ignore the lines with a # (comment), so the old value is kept. Regards, Qingqing ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend