Re: alter table owner doesn't update acl information

From: "Madeleine Theile" <mt(at)theile(dot)net>
To: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: "Madeleine Theile" <madeleine(dot)theile(at)cs(dot)uni-dortmund(dot)de>, pgsql-general(at)postgresql(dot)org
Subject: Re: alter table owner doesn't update acl information
Date: 2005-05-12 19:52:04
Message-ID: 1115927525.12121.14.camel@wine
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, 2005-05-11 at 12:04 -0400, Tom Lane wrote:
> "Madeleine Theile" <madeleine(dot)theile(at)cs(dot)uni-dortmund(dot)de> writes:
> > After I've dropped one of the superusers that created and thus
> > owns some of the views and reinstalled it again with a different usesysid
>
> So reinstall it with the same usesysid --- that's why the option exists
> to specify sysid in CREATE USER.
>
> There is work in progress that will disallow dropping a user that still
> owns any objects, but I am unsure if it will be done in time for 8.1.
>
> regards, tom lane

Hi Tom,

then I got a follow-up question: dropping the database user was done for
a reason: I am building an application with web-frontend. The user
management/rights-management is done on the database basis. The user
only has views/rules to access the data. So a user get's dropped when
he's no longer allowed to log on.
In this case it should be possible to drop the user but as a solution
have an other user own the appropriate views when these are still
needed. Why should it be possible to do it like this? In my case: there
are several superusers and all superusers work on the same views.
Therefore the idea to have another superuser own these views.

OK, so we solved the problem with restoring the usesysid in case the
user gets recreated/reactivated.
But what if he doesn't? Then the only possibility is to drop all the
views and recreate them as another user in order to fix the issue with
the acl rights.
Is this really the intention?

Cheers,

Madeleine

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Mark Borins 2005-05-12 19:56:42 Re: Data Modelling Tools
Previous Message Zlatko Matic 2005-05-12 19:42:41 Re: MS-Access and Stored procedures