Re: Server not listening

From: "Josh Tolley" <eggyknap(at)gmail(dot)com>
To: "D Galen" <degalen(at)comcast(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Server not listening
Date: 2008-05-13 05:31:47
Message-ID: e7e0a2570805122231i4ae0be8ftf4d13d7e8918459f@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, May 12, 2008 at 4:53 PM, D Galen <degalen(at)comcast(dot)net> wrote:
> If this isn't the right place to post this, please advise.
>
> I've spent a week trying to get PostgreSQL 8.3 to install correctly on
> WIN2K. Server will load & I see the server processes loaded but none of
> them have any open ports. I keep getting the message the server isn't
> listening. Server set up to connect to default port 5432 on localhost but
> doesn't appear to be opening the port when it loads.
>
> Any help would be welcome.
> Thanks,
>
> Dennis

Well, easy ones first, I guess: what does postgresql.conf look like,
specifically "listen_addresses" and "port"; what are their values and
are they commented out?

- Josh / eggyknap

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Alban Hertroys 2008-05-13 06:10:56 Re: PHP Warning: pg_connect(): Unable to connect to PostgreSQL server: could not connect to server:
Previous Message Josh Tolley 2008-05-13 05:23:17 Problem returning strings with pgsql 8.3.x