Re: Postgres-JDBC question - Mailing list pgsql-jdbc

From Takeichi Kanzaki Cabrera
Subject Re: Postgres-JDBC question
Date
Msg-id 651aa54b0602020834v1eb0c00j3c9b9e7b0408107a@mail.gmail.com
Whole thread Raw
In response to Re: Postgres-JDBC question  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-jdbc
Did you have some firewall running on your PC?
Takeichi.

On 2/1/06, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> "Myatluk Andrey" <Andrey.Myatluk@bercut.ru> writes:
> > On my host if I run netstat I see the following:
>
> > tcp        0      0 0.0.0.0:5432                0.0.0.0:*
> > LISTEN      5557/postmaster
>
> > tcp        0      0 :::5432                     :::*
> > LISTEN      5557/postmaster
>
> > Do those mean that my database must be accessible from the outside? I
> > have access from localhost processes, but my attempts to connect to the
> > database with pgAdmin failed.
>
> Failed how, exactly?  The netstat output shows that the postmaster is
> listening for connections from anyplace, so you have listen_addresses
> set properly ... but there are at least two other levels where an
> attempted connection might be blocked: kernel packet filtering, or the
> contents of pg_hba.conf.  What error message are you getting *exactly*?
>
>                         regards, tom lane
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: if posting/reading through Usenet, please send an appropriate
>        subscribe-nomail command to majordomo@postgresql.org so that your
>        message can get through to the mailing list cleanly
>

pgsql-jdbc by date:

Previous
From: Dave Cramer
Date:
Subject: Re: JDBC Driver Type - Doubt
Next
From: Takeichi Kanzaki Cabrera
Date:
Subject: Re: Shopping Cart