Re: postgresql 9.2 server doesn't listen

Поиск
Список
Период
Сортировка
От Alexander Yerenkow
Тема Re: postgresql 9.2 server doesn't listen
Дата
Msg-id CAPJF9wnY_WGATy-i_VHZQkXtHRBZcaKbkFuo2jb8MqBg6enbUA@mail.gmail.com
обсуждение исходный текст
Ответ на postgresql 9.2 server doesn't listen  (R10 <ymyib13@hotmail.com>)
Список pgadmin-support
Skype could be a problem, and also other random-port-binding software.
run
netstat -aon | find "5432"
to check if some program kept port to itself.
If there's none - try to start server via command line and read errors.



2013/4/28 R10 <ymyib13@hotmail.com>
i installed the latest version of postgres sql on my windows xp, and it was
working fine, today when i started the server, it didn't start and prompted
the error server doesn't listen
according to the file postgres.conf it listen on all ips and on the default
port
and my firewall is closed, so it isn't a firewall issue

so what could be the problem ??



--
View this message in context: http://postgresql.1045698.n5.nabble.com/postgresql-9-2-server-doesn-t-listen-tp5753571.html
Sent from the PostgreSQL - pgadmin support mailing list archive at Nabble.com.


--
Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-support



--
Regards,
Alexander Yerenkow

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

Предыдущее
От: R10
Дата:
Сообщение: postgresql 9.2 server doesn't listen
Следующее
От: Gary Oberholster
Дата:
Сообщение: Re: cannot remove some items from the server list after upgrade from postgres 8.x to 9.x