{{if .IsMV}}Materialized View{{else}}Table{{end}} {{.Table}}
Privileges
{{if not .HasACLs}}
Upgrade to the latest pgmetrics and pgdash CLI
releases to see which users have access to this table.
{{else if not .ACL}}
No explicit privileges are set for this {{if .IsMV}}materialized view{{else}}table{{end}}.
{{else}}
Role | Privileges | Granted By |
---|---|---|
{{.Role}} | {{commaJoin .Privs}} | {{.Grantor}} |
(g) = with GRANT option