Re: Debian and Postgres

From: Rafal Pietrak <rafal(at)ztk-rp(dot)eu>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Debian and Postgres
Date: 2016-05-07 06:29:47
Message-ID: 572D8B5B.8010407@ztk-rp.eu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

W dniu 04.05.2016 o 22:55, rob stone pisze:
[----------------------]
>
> I can connect via psql and issue queries without any problems. Trying
> to connect via JDBC fails. Trying to connect by an application fails.
>

Since psql works, have you tried the basic tests to figure out the
difference from ODBC connections (following suspected problems with TCP
stack/acl as suggested by others). I mean:

$ psql template1 # you said this works, so...
$ psql -h localhost template1 # does this work?
$ psql -h <your_odbc_hostmane> template1 # does that work?
$ psql -h <your_odbc_IP_instead_of_hostname> template1 # does that work
if the above doesnt?

-R

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Vincenzo Romano 2016-05-07 06:43:01 Ubuntu/Debian PGDP
Previous Message Guillaume Lelarge 2016-05-07 00:02:32 Re: Allow disabling folding of unquoted identifiers to lowercase