eulerto / pgquarrel

pgquarrel compares PostgreSQL database schemas (DDL)
BSD 3-Clause "New" or "Revised" License
388 stars 42 forks source link

privileges on objects that belong to extensions #24

Open eulerto opened 7 years ago

eulerto commented 7 years ago

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.