Re: PostgreSQL doesn't accept connections when Windows

From: "Thomas H(dot)" <me(at)alternize(dot)com>
To: "George Weaver" <gweaver(at)shaw(dot)ca>, "Jim Nasby" <decibel(at)decibel(dot)org>
Cc: "pgsql-general" <pgsql-general(at)postgresql(dot)org>
Subject: Re: PostgreSQL doesn't accept connections when Windows
Date: 2006-12-01 13:27:12
Message-ID: 091a01c7154c$698f5f50$0201a8c0@iwing
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bill Moran 2006-12-01 13:32:31 Re: sudden drop in delete performance
Previous Message George Weaver 2006-12-01 13:17:45 Re: PostgreSQL doesn't accept connections when Windows