Re: alter table owner doesn't update acl information

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

"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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2005-05-11 16:07:03 Re: Note: Compiling on Windows with free Microsoft compilers
Previous Message Richard Huxton 2005-05-11 15:53:15 Re: Disabling Triggers