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

Commit 41169c8

Browse files
committed
Improve wording
`Postgres-checkup. Project: 'XXX'. Database: 'YYY'` → `PostgreSQL Checkup. Project: 'XXX'. Database: 'YYY'` In the F002 "Transaction wraparound check" report: - `Per instance` → `Databases` -`Per database` → `Tables in the observed database`
2 parents bd2787f + 425f50a commit 41169c8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

checkup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,7 @@ glue_md_reports() {
731731
[[ "${FILE}" != "None" ]] && return 0
732732

733733
# make header
734-
echo "# Postgres-checkup. Project: '${PROJECT}'. Database: '${DBNAME}'" > "${out_fname}"
734+
echo "# PostgreSQL Checkup. Project: '${PROJECT}'. Database: '${DBNAME}'" > "${out_fname}"
735735
echo "## Epoch number: '${EPOCH}'" >> "${out_fname}"
736736
echo "NOTICE: while most reports describe the “current database”, some of them may contain cluster-wide information describing all databases in the cluster." >> "${out_fname}"
737737
echo >> "${out_fname}"

pghrep/templates/F002.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{{ if .hosts.master }}
55
### Master (`{{.hosts.master}}`) ###
66
{{ if index (index (index .results .hosts.master) "data") "per_instance" }}
7-
#### Per instance ####
7+
#### Databases ####
88
Database | ▼ Age | Capacity used, % | Warning | datfrozenxid
99
----------|-----|------------------|---------|--------------
1010
{{ range $i, $key := (index (index (index (index .results .hosts.master) "data") "per_instance") "_keys") }}
@@ -18,7 +18,7 @@
1818
{{- end -}}{{/* if per_instance exists */}}
1919

2020
{{/* if index (index (index .results .hosts.master) "data") "per_database" */}}
21-
#### Per database ####
21+
#### Tables in the observed database ####
2222
Relation | Age | ▼ Capacity used, % | Warning |rel_relfrozenxid | toast_relfrozenxid
2323
----------|-----|------------------|---------|-----------------|--------------------
2424
{{ range $i, $key := (index (index (index (index .results .hosts.master) "data") "per_database") "_keys") }}

0 commit comments

Comments
 (0)