Re: BUG #7606: service restart failed

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: BUG #7606: service restart failed
Дата
Msg-id CABUevExoKgYBfjv7b__mNaN=58OZy3d4KkXQ3ZhrYm77-4tKuQ@mail.gmail.com
обсуждение исходный текст
Ответ на BUG #7606: service restart failed  (jameshunter@163.com)
Список pgsql-bugs
On Tue, Oct 16, 2012 at 4:33 AM,  <jameshunter@163.com> wrote:
> The following bug has been logged on the website:
>
> Bug reference:      7606
> Logged by:          James
> Email address:      jameshunter@163.com
> PostgreSQL version: 9.2.1
> Operating system:   CentOS 6.2
> Description:
>
> When I modify the "listen_addresse" from 'localhost' to '*', postgresql
> service restart failed.
>
> postgresql.conf like below:
> # - Connection Settings -
> listen_addresse='*'    # what IP address(es) to listen on;

Seems you've spelled listen_addresses wrong. If you look in your
logfile, it should clearly tell you what the reason for not starting
is - which in this case is that PostgreSQL has no idea what
"listen_addresse" is, since it's spelled wrong.

--
 Magnus Hagander
 Me: http://www.hagander.net/
 Work: http://www.redpill-linpro.com/

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

Предыдущее
От: jameshunter@163.com
Дата:
Сообщение: BUG #7605: service restart failed
Следующее
От: Vaclav Juza
Дата:
Сообщение: Re: BUG #7598: Loss of view performance after dump/restore of the view definition