Re: user can't access own database after creation - Mailing list pgsql-jdbc

From Dave Cramer
Subject Re: user can't access own database after creation
Date
Msg-id CADK3HHKOoW2gAC_bB098+tN2BLcxSiybjM4gpNi00UP9tqHkPg@mail.gmail.com
Whole thread Raw
In response to Re: user can't access own database after creation  (Nuno Zimas <nzimas@gmail.com>)
Responses Re: user can't access own database after creation  (Nuno Zimas <nzimas@gmail.com>)
List pgsql-jdbc
Yes, that is correct,

pgsql will only log if you tell it. set log_min_duration in postgresql.conf to 0 and it will log it


On 2 December 2015 at 16:44, Nuno Zimas <nzimas@gmail.com> wrote:

Thanks Dave.
It was missing the db bit.

Now it executes silently and there are no vestiges on the pgsql log.
Guess it means that it’s working, but should’t pgqsl log the select statement?

On 2 Dec 2015, at 21:15, Nuno Zimas <nzimas@gmail.com> wrote:

root@aida2next /u/2next# java -cp /usr/2next/libs/jdbc/postgresql-9.4-1201.jdbc4.jar:./ TestUrl
Exception in thread "main" java.sql.SQLException: No suitable driver found for jdbc:postgresql://10.10.10.100
at java.sql.DriverManager.getConnection(DriverManager.java:689)
at java.sql.DriverManager.getConnection(DriverManager.java:247)
at TestUrl.main(TestUrl.java:10)


pgsql-jdbc by date:

Previous
From: Nuno Zimas
Date:
Subject: Re: user can't access own database after creation
Next
From: Nuno Zimas
Date:
Subject: Re: user can't access own database after creation