Re: BUG #14396: grant drop table

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: sennirban89(at)gmail(dot)com
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #14396: grant drop table
Date: 2016-10-26 14:17:09
Message-ID: 20161026141709.GC13284@tamriel.snowman.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Greetings,

* sennirban89(at)gmail(dot)com (sennirban89(at)gmail(dot)com) wrote:
> How to grant drop table operation to some other user pr group rather that
> the owner of the table.

This is not a bug but a feature request.

Is there really a use-cae for this? What inherent ownership privileges
would you rather this user not have, while retaining the ability to drop
the table? Additionally, is it expected that the user who can drop the
table can recreate it?

Thanks!

Stephen

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2016-10-26 16:41:17 Re: Compilation of timezone source with zic fails (on mountpoint)
Previous Message grygoriy.gonchar 2016-10-26 09:24:23 BUG #14397: Updatable VIEW doesn't work with ON CONFLICT from PgPreparedStatement