As a table owner, can I grant "grant" ?

From: David Gauthier <davegauthierpg(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: As a table owner, can I grant "grant" ?
Date: 2018-07-05 16:58:21
Message-ID: CAMBRECAp749Z8WfKHzWh6Sn2LHfXWMGE6Myk67Ed=cNR=m_5_Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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.

Thanks in Advance !

Responses

Browse pgsql-general by date

  From Date Subject
Next Message David G. Johnston 2018-07-05 17:02:07 Re: As a table owner, can I grant "grant" ?
Previous Message David G. Johnston 2018-07-05 16:49:00 Re: How to watch for schema changes