Re: phantom rights

From: Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com>
To: Thomas Poty <thomas(dot)poty(at)gmail(dot)com>
Cc: "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: phantom rights
Date: 2017-08-01 15:40:28
Message-ID: CAOR=d=0GHdeR5doo47i=Z1iWqftQxPsgvxu4iXFMkaV7iY1wKg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

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 Sumeet Shukla 2017-08-01 15:45:14 Re: [PERFORM] 2 server with same configuration but huge difference in performance
Previous Message Scott Marlowe 2017-08-01 15:39:38 Re: phantom rights