"David G. Johnston" <david.g.johnston@xxxxxxxxx> writes: > On Tuesday, April 5, 2022, m7onov@xxxxxxxxx <m7onov@xxxxxxxxx> wrote: >> It seems strange to me that somebody who is not a member of owner role can >> drop an object bypassing permission checks. >> Is this behaviour OK? > The system dropped the now defunct view, not alice. Bob accepted that risk > by basing the view on an object owned by another role. I suppose other > behaviors are possible but not really worth exploring. (a) this behavior is what is required by the SQL standard. (b) what other behavior would be better? Dropping the table and leaving a broken view behind isn't good. Neither is refusing to let the owner drop her object. regards, tom lane