Re: BUG #6350: Delete a role which is still in use - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #6350: Delete a role which is still in use
Date
Msg-id 7609.1324488990@sss.pgh.pa.us
Whole thread Raw
In response to BUG #6350: Delete a role which is still in use  (marc@msys.ch)
List pgsql-bugs
marc@msys.ch writes:
> A role can be deleted although it is still referenced in a column privilege.

Hmm, it looks like ALTER TABLE OWNER forgets to update the grantors in
column privileges.  Table privileges are processed properly, but not
columns.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Marc Balmer
Date:
Subject: script for #6350
Next
From: christian_oederan@gmx.de
Date:
Subject: BUG #6351: ERROR: btree index keys must be ordered by attribute