I was trying to set ACL per database, is that possible? I search the documentation and the code, and I don't found any relation between database and ACL.
Is this possible? If not, any plan to implement it?
Comment From: itamarhaber
Hello @ramonberrutti
Currently, ACL is database-agnostic and I'm not aware of plans for adding it. You could, perhaps, use ACL's subcommand filters, e.g. ACL SETUSER ... +select|1, for that purpose.
Comment From: ramonberrutti
Thanks @itamarhaber for the tip.