Re: PostgreSQL doesn't accept connections when Windows

Поиск
Список
Период
Сортировка
От Thomas H.
Тема Re: PostgreSQL doesn't accept connections when Windows
Дата
Msg-id 091a01c7154c$698f5f50$0201a8c0@iwing
обсуждение исходный текст
Ответ на PostgreSQL doesn't accept connections when Windows Server is rebooted  (George Weaver <gweaver@shaw.ca>)
Список pgsql-general
> How might I determine this?

netstat -a -n

this will list you all current listened ports
you could also try and

telnet localhost 5432

to see if something is listening.

> Would this make a difference when the system is rebooted vs manually
> restarting the server?

when another program is occupying the port, it would probabyl not make much
difference, except if the pgsql service is started before the other tool.

maybe pgsql is already running? ;-)

cheers,
thomas



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

Предыдущее
От: George Weaver
Дата:
Сообщение: Re: PostgreSQL doesn't accept connections when Windows
Следующее
От: Bill Moran
Дата:
Сообщение: Re: sudden drop in delete performance