Re: pg_reload_conf() does not unset archive_command

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Andrus Moor" <eetasoft(at)online(dot)ee>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: pg_reload_conf() does not unset archive_command
Date: 2006-01-01 18:40:08
Message-ID: 26984.1136140808@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Andrus Moor" <eetasoft(at)online(dot)ee> writes:
> 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"'

The latter is a comment and does not change the current state of the
parameter variable.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Qingqing Zhou 2006-01-01 19:02:54 Re: pg_reload_conf() does not unset archive_command
Previous Message Madison Kelly 2006-01-01 18:24:29 Re: Check If PostgreSQL Table Exists