Re: Debian and Postgres - Mailing list pgsql-general

From Rafal Pietrak
Subject Re: Debian and Postgres
Date
Msg-id 572D8B5B.8010407@ztk-rp.eu
Whole thread Raw
In response to Debian and Postgres  (rob stone <floriparob@gmail.com>)
List 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



pgsql-general by date:

Previous
From: Guillaume Lelarge
Date:
Subject: Re: Allow disabling folding of unquoted identifiers to lowercase
Next
From: Vincenzo Romano
Date:
Subject: Ubuntu/Debian PGDP