Re: pg_reload_conf() does not unset archive_command

Поиск
Список
Период
Сортировка
От Qingqing Zhou
Тема Re: pg_reload_conf() does not unset archive_command
Дата
Msg-id dp98uo$uft$1@news.hub.org
обсуждение исходный текст
Ответ на pg_reload_conf() does not unset archive_command  ("Andrus Moor" <eetasoft@online.ee>)
Список pgsql-general
"Andrus Moor" <eetasoft@online.ee> wrote in message
news:dp96td$mmo$2@news.hub.org...
>
> 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



В списке pgsql-general по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pg_reload_conf() does not unset archive_command
Следующее
От: John Koller
Дата:
Сообщение: Re: HINT: Perhaps out of disk space?