Last line is not read from postgres.conf

Поиск
Список
Период
Сортировка
От Andrus Moor
Тема Last line is not read from postgres.conf
Дата
Msg-id dp96tf$mmo$3@news.hub.org
обсуждение исходный текст
Ответы Re: Last line is not read from postgres.conf  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
To reproduce:

1. Add the following line as last line to postgres.conf file

archive_command='copy "%p" "xxxxx"'

Make sure that there is no CR LF characters after this line

2. Restart postgres

3.  Issue SHOW archive_command

Observed result:

unset


Note. Adding a newline after this line causes archive_command to be set
correctly.


Using

"PostgreSQL 8.1.0 on i686-pc-mingw32, compiled by GCC gcc.exe (GCC) 3.4.2
(mingw-special)"




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

Предыдущее
От: "Andrus Moor"
Дата:
Сообщение: pg_reload_conf() does not unset archive_command
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pg_reload_conf() does not unset archive_command