Re: user can't access own database after creation

From: Nuno Zimas <nzimas(at)gmail(dot)com>
To: Dave Cramer <pg(at)fastcrypt(dot)com>
Cc: John R Pierce <pierce(at)hogranch(dot)com>, List <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: user can't access own database after creation
Date: 2015-12-02 21:44:40
Message-ID: 00A2FA5A-3C2A-40CD-9174-EBCC14164B74@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc


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(at)gmail(dot)com> wrote:
>
> root(at)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)

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2015-12-02 21:45:41 Re: user can't access own database after creation
Previous Message Dave Cramer 2015-12-02 21:36:57 Re: user can't access own database after creation