From: | Aaron Mulder <ammulder(at)alumni(dot)princeton(dot)edu> |
---|---|
To: | pgsql-jdbc <pgsql-jdbc(at)postgresql(dot)org> |
Subject: | Re: Newbie: connecting from windows to Linux: how-to? |
Date: | 2002-10-09 11:11:21 |
Message-ID: | Pine.LNX.4.44.0210090709280.24044-100000@www.princetongames.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-jdbc |
On Wed, 9 Oct 2002, Jean-Christian Imbeault wrote:
> I did check that Pg is running with IP on ...
>
> $ netstat -an | grep 5432 | grep LISTEN
> unix 2 [ ACC ] STREAM LISTENING 1347 /tmp/.s.PGSQL.5432
But this means it's *not* running with IP -- it's running with
UNIX sockets, which is how it handles non-network requests. If you try
"telnet serverhostname 5432", I would expect you'd get a connection
refused message.
Aaron
From | Date | Subject | |
---|---|---|---|
Next Message | Aaron Mulder | 2002-10-09 15:09:03 | Anoter JDBC Error |
Previous Message | Jean-Christian Imbeault | 2002-10-09 10:46:23 | Re: Newbie: connecting from windows to Linux: how-to? |