Re: BUG #6350: Delete a role which is still in use

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: marc(at)msys(dot)ch
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #6350: Delete a role which is still in use
Date: 2011-12-21 17:36:30
Message-ID: 7609.1324488990@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

marc(at)msys(dot)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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message christian_oederan 2011-12-21 19:18:02 BUG #6351: ERROR: btree index keys must be ordered by attribute
Previous Message Marc Balmer 2011-12-21 17:09:14 script for #6350