Re: PostgreSQL doesn't accept connections when Windows - Mailing list pgsql-general

From Thomas H.
Subject Re: PostgreSQL doesn't accept connections when Windows
Date
Msg-id 091a01c7154c$698f5f50$0201a8c0@iwing
Whole thread Raw
In response to PostgreSQL doesn't accept connections when Windows Server is rebooted  (George Weaver <gweaver@shaw.ca>)
List 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 by date:

Previous
From: George Weaver
Date:
Subject: Re: PostgreSQL doesn't accept connections when Windows
Next
From: Bill Moran
Date:
Subject: Re: sudden drop in delete performance