pgquarrel icon indicating copy to clipboard operation
pgquarrel copied to clipboard

privileges on objects that belong to extensions

Open eulerto opened this issue 7 years ago • 0 comments

Each object category excludes objects that belong to extension. For example, language could be part of an extension and, if it is, we actually don't compare its privileges (because who handle languages -- if it was created as extension -- are extensions and extensions don't handle member privileges).

A plausible solution could be add a function on each object category that grabs extension members and compare their ACLs.

eulerto avatar Dec 09 '16 13:12 eulerto