Re: phantom rights

From: Thomas Poty <thomas(dot)poty(at)gmail(dot)com>
To: Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: phantom rights
Date: 2017-08-01 16:49:39
Message-ID: CAN_ctniQVZMJzwbDsHqbS-Y=oVg1OypTk99Cw_SCeHM2ik8uLQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Actually, I already did a test similar.
I checked the columns aclitems and relname in pg_class.
I wanted to be sure there is no phantom rights problem.

Thanks a lot,
Regards,
Thomas

Le 1 août 2017 5:40 PM, "Scott Marlowe" <scott(dot)marlowe(at)gmail(dot)com> a écrit :

> Further:
>
> smarlowe=# \c smarlowe stan
> You are now connected to database "smarlowe" as user "stan".
> smarlowe=> \z test
> Access privileges
> Schema | Name | Type | Access privileges | Column privileges | Policies
> --------+------+-------+-------------------+-------------------+----------
> public | test | table | | |
> (1 row)
>
> smarlowe=> select * from test;
> ERROR: permission denied for relation test
>

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Naveen Kumar 2017-08-01 22:14:46 Re: [PERFORM] 2 server with same configuration but huge difference in performance
Previous Message Scott Marlowe 2017-08-01 16:13:47 Re: 2 server with same configuration but huge difference in performance