Re: Error after updating postgresql

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Error after updating postgresql
Дата
Msg-id 25147.1033754452@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Error after updating postgresql  (Carfield Yim <carfield@desktop.carfield.com.hk>)
Список pgsql-general
Carfield Yim <carfield@desktop.carfield.com.hk> writes:
> Hi, after upgrade to Mandrake 9.0, I can't start my postgresql server. I
> find that when I run postmaster, I get the following message:

> postmaster successfully started
> PGSTAT: bind(2): Cannot assign requested address

Your networking configuration is messed up: it's disallowing loopback
connections to 127.0.0.1.

If you can't fix that, you can set stats_start_collector = false in
postgresql.conf to disable statistics collection, but this isn't a
very good solution...

            regards, tom lane

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: stale temporary tables
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Problem with createview