Re: user can't access own database after creation

Поиск
Список
Период
Сортировка
От Nuno Zimas
Тема Re: user can't access own database after creation
Дата
Msg-id 00A2FA5A-3C2A-40CD-9174-EBCC14164B74@gmail.com
обсуждение исходный текст
Ответ на Re: user can't access own database after creation  (Nuno Zimas <nzimas@gmail.com>)
Ответы Re: user can't access own database after creation
Список 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@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 по дате отправления:

Предыдущее
От: Dave Cramer
Дата:
Сообщение: Re: user can't access own database after creation
Следующее
От: Dave Cramer
Дата:
Сообщение: Re: user can't access own database after creation