Database privileges

From: Diogo Martinez <diogo(dot)martinez(at)gmail(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: Database privileges
Date: 2013-04-19 16:21:30
Message-ID: CABiZpKyyYjnqtjmbEagFRXi068VN0eMbGgMHvbXT5tCXU1MySw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hi,

I've installed PostgreSQL 9.2.4, created a new database, created 1 new role
and 1 table called t_test.
When I connect using psql with my new role and do a simple query (select *
from t_test), it works fine, but when I connect using JDBC using the same
role, I get a no privileges exception.

Can anybody help me, please?

Thanks,
Diogo

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Day, David 2013-04-19 19:24:03 Re: Database privileges
Previous Message kobolds 2013-04-19 11:53:18 create database with owner