Re: schema privileges and drop role

2024-06-24 Thread Tom Lane
Matt Zagrabelny writes: > On Mon, Jun 24, 2024 at 7:03 PM Adrian Klaver > wrote: >> "A role cannot be removed if it is still referenced in any database of >> the cluster; an error will be raised if so. Before dropping the role, >> you must drop all the objects it owns (or reassign their ownership

Re: schema privileges and drop role

2024-06-24 Thread Matt Zagrabelny
Hi Adrian, Thanks for the reply! On Mon, Jun 24, 2024 at 7:03 PM Adrian Klaver wrote: > On 6/24/24 17:00, Matt Zagrabelny wrote: > > Greetings, > > > > I have a database that I recently changed the ownership for and now I am > > attempting to drop the previous owner of the database: > > > > tes

Re: schema privileges and drop role

2024-06-24 Thread Adrian Klaver
On 6/24/24 17:00, Matt Zagrabelny wrote: Greetings, I have a database that I recently changed the ownership for and now I am attempting to drop the previous owner of the database: test_db=# drop ROLE legacy_owner; ERROR:  role "legacy_owner" cannot be dropped because some objects depend on i

schema privileges and drop role

2024-06-24 Thread Matt Zagrabelny
Greetings, I have a database that I recently changed the ownership for and now I am attempting to drop the previous owner of the database: test_db=# drop ROLE legacy_owner; ERROR: role "legacy_owner" cannot be dropped because some objects depend on it DETAIL: privileges for schema public I don