{{template "header.tpl" .}} {{template "server/navbar.tpl" .}} {{template "server/sidebar.tpl" .}}

{{if .IsMV}}Materialized View{{else}}Table{{end}} {{.Table}}

Privileges

{{if not .HasACLs}} {{else if not .ACL}}
No explicit privileges are set for this {{if .IsMV}}materialized view{{else}}table{{end}}.
{{else}}
{{range .ACL}} {{end}}
Role Privileges Granted By
{{.Role}} {{commaJoin .Privs}} {{.Grantor}}
(g) = with GRANT option
{{end}}
Index ((schema_name)).((name))
Table ((table_name))
Index Type ((amname))
Tablespace ((tablespace_name))
Cache Hits
((chpct))
((chpct))% hits
Scans ((idx_scan))
Rows Read per Scan ((rrpscan))
Rows Fetched per Scan ((rfpscan))
Size ((hsize))
Bloat
((hbloat))
((bpct))% bloat
{{template "server/delete-modal.tpl" .}} {{template "server/sharing-modal.tpl" .}} {{template "footer-pre.tpl" .}} {{template "footer-post.tpl" .}}