Skip to content
This repository was archived by the owner on Jul 6, 2021. It is now read-only.

Commit 54dea79

Browse files
ane4kaNastradamus
authored andcommitted
Type -> reltype
1 parent 55fe550 commit 54dea79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pghrep/templates/F003.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Current database: {{ .database }}
88
Stats reset: {{ (index (index (index .results .hosts.master) "data") "database_stat").stats_age }} ago ({{ DtFormat (index (index (index .results .hosts.master) "data") "database_stat").stats_reset }})
99
### Master (`{{.hosts.master}}`) ###
1010

11-
Relation | Type | Since last autovacuum | Since last vacuum | Autovacuum Count | Vacuum Count | n_tup_ins | n_tup_upd | n_tup_del | pg_class.reltuples | n_live_tup | n_dead_tup | ▼Dead Tuples Ratio, %
11+
Relation | reltype | Since last autovacuum | Since last vacuum | Autovacuum Count | Vacuum Count | n_tup_ins | n_tup_upd | n_tup_del | pg_class.reltuples | n_live_tup | n_dead_tup | ▼Dead Tuples Ratio, %
1212
----------|------|-----------------------|-------------------|----------|---------|-----------|-----------|-----------|--------------------|------------|------------|-----------
1313
{{ range $i, $key := (index (index (index (index .results .hosts.master) "data") "dead_tuples") "_keys") }}
1414
{{- $value := (index (index (index (index $.results $.hosts.master) "data") "dead_tuples") $key) -}}

0 commit comments

Comments
 (0)