Re: Single Row Table? - Mailing list pgsql-general

From Mike Nolan
Subject Re: Single Row Table?
Date
Msg-id 200408312115.i7VLFNWT018132@gw.tssi.com
Whole thread Raw
In response to Re: Single Row Table?  (Thomas Kellerer <spam_eater@gmx.net>)
List pgsql-general
> > Why not just revoke the delete privilege?
>
> That was one of my first guesses as well, but then I'm not sure if you can
> revoke DELETE and INSERT privilege from the owner of the table...

I just did a quick test on 7.4.5.  Yes the table owner can revoke (and
re-grant) delete privileges on a table he owns, but of course I was not
able to revoke delete privileges from a superuser, since by definition
a superuser bypasses all access controls restrictions.

I assume the rule approach would apply to the superuser as well as to
other users.  That makes it better able to handle this situation, whether
or not that approach has downsides is an internals question I can't answer.
--
Mike Nolan


pgsql-general by date:

Previous
From: Thomas Kellerer
Date:
Subject: Re: Single Row Table?
Next
From: Steve Crawford
Date:
Subject: Rule/sequence weirdness