Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jul 6, 2021. It is now read-only.

Commit425f50a

Browse files
committed
Improve wording
1 parentbd2787f commit425f50a

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)

[8]ページ先頭

©2009-2025 Movatter.jp