Re: As a table owner, can I grant "grant" ? - Mailing list pgsql-general

From David G. Johnston
Subject Re: As a table owner, can I grant "grant" ?
Date
Msg-id CAKFQuwbZHOXjD-QQvZt7LNAF_VkwW3Ft33QXiY3dnxseosJMMg@mail.gmail.com
Whole thread Raw
In response to As a table owner, can I grant "grant" ?  (David Gauthier <davegauthierpg@gmail.com>)
List pgsql-general
On Thu, Jul 5, 2018 at 9:58 AM, David Gauthier <davegauthierpg@gmail.com> wrote:
Postgres 9.5.2 on linux

Given that I am not superuser, but DO have createrole...
Can I grant some other role the ability to grant access to a table I created ?
 
For Example:  I create a table called foo.  As the creator/owner of this table, I seem to have the ability to grant select,insert,update,delete (etc...) to other roles.  I would like to grant some other role the ability to grant access to my table. 



WITH GRANT OPTION

Basically, yes, but only the specific permissions ​granted to them having the "with grant option" attribute.

David J.

pgsql-general by date:

Previous
From: David Gauthier
Date:
Subject: As a table owner, can I grant "grant" ?
Next
From: Adrian Klaver
Date:
Subject: Re: How to watch for schema changes