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 22:05:57
Message-ID: 6B5C6030-ABBE-4283-9195-8E4D3E031261@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc


Thanks a lot, everyone (and specially Dave Cramer).
Now I know the issue is not JDBC related.
Not sure of this is good news for me, though :)

I’d think that the application needs to be amended.
Still, this does not account for the fact that it works on a local win machine.

As you can see, Dave’s little program connects like a charm,

2015-12-02 17:00:22 EST [2408-1] postgres(at)postgres LOG: duration: 16.239 ms parse <unnamed>: SET extra_float_digits = 3
2015-12-02 17:00:22 EST [2408-2] postgres(at)postgres LOG: duration: 0.023 ms bind <unnamed>: SET extra_float_digits = 3
2015-12-02 17:00:22 EST [2408-3] postgres(at)postgres LOG: duration: 0.031 ms execute <unnamed>: SET extra_float_digits = 3
2015-12-02 17:00:22 EST [2408-4] postgres(at)postgres LOG: duration: 0.217 ms parse <unnamed>: select 1
2015-12-02 17:00:22 EST [2408-5] postgres(at)postgres LOG: duration: 0.100 ms bind <unnamed>: select 1
2015-12-02 17:00:22 EST [2408-6] postgres(at)postgres LOG: duration: 0.953 ms execute <unnamed>: select 1

> On 2 Dec 2015, at 21:45, Dave Cramer <pg(at)fastcrypt(dot)com> wrote:
>
> log_min_duration

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Nuno Zimas 2015-12-02 22:15:53 Re: user can't access own database after creation
Previous Message Dave Cramer 2015-12-02 21:45:41 Re: user can't access own database after creation