change version for pg_stat_archiver

Signed-off-by: t-inoue <t-inoue@sakura.ad.jp>
This commit is contained in:
t-inoue 2022-01-11 13:35:00 +09:00
parent 0977e96b56
commit 21c9b0d80d
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ var queryOverrides = map[string][]OverrideQuery{
"pg_stat_archiver": {
{
semver.MustParseRange(">=0.0.0"),
semver.MustParseRange(">=9.4.0"),
`
SELECT *,
extract(epoch from now() - last_archived_time) AS last_archive_age