Track dependencies on shared objects (which is to say, roles; we already
Tom Lane <tgl@sss.pgh.pa.us>
Track dependencies on shared objects (which is to say, roles; we already have adequate mechanisms for tracking the contents of databases and tablespaces). This solves the longstanding problem that you can drop a user who still owns objects and/or has access permissions. Alvaro Herrera, with some kibitzing from Tom Lane.