From 55fe5ceff03aad2f0f12b5f1c2f7c82b14e715ad Mon Sep 17 00:00:00 2001 From: Artem Gavrilov Date: Wed, 10 Jul 2024 17:49:18 +0200 Subject: [PATCH] Update PGXN META.json --- META.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/META.json b/META.json index 7a22376..3528012 100644 --- a/META.json +++ b/META.json @@ -4,7 +4,8 @@ "description": "pg_stat_monitor is a PostgreSQL Query Performance Monitoring tool, based on PostgreSQL's contrib module pg_stat_statements. PostgreSQL’s pg_stat_statements provides the basic statistics, which is sometimes not enough. The major shortcoming in pg_stat_statements is that it accumulates all the queries and their statistics and does not provide aggregated statistics nor histogram information. In this case, a user would need to calculate the aggregates, which is quite an expensive operation.", "version": "2.0.4", "maintainer": [ - "ibrar.ahmed@percona.com" + "artem.gavrilov@percona.com", + "diego.fronza@percona.com" ], "license": "postgresql", "provides": { @@ -23,9 +24,9 @@ } }, "resources": { - "homepage": "https://percona.github.io/pg_stat_monitor/", + "homepage": "https://github.com/percona/pg_stat_monitor", "bugtracker": { - "web": "https://jira.percona.com/projects/PG/issues" + "web": "https://perconadev.atlassian.net/jira/software/c/projects/PG/issues" }, "repository": { "url": "https://github.com/percona/pg_stat_monitor.git", @@ -33,7 +34,7 @@ "type": "git" } }, - "generated_by": "ibrar.ahmed@percona.com", + "generated_by": "artem.gavrilov@percona.com", "meta-spec": { "version": "1.0.0", "url": "http://pgxn.org/meta/spec.txt"