From 6990508d8ad64f39bf5505fe1d0bf6537dba0095 Mon Sep 17 00:00:00 2001 From: Vadim Yalovets Date: Wed, 1 Dec 2021 21:43:41 +0200 Subject: [PATCH] DISTPG-349 Modify Description --- debian/control | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index 58ef967..8e77a49 100644 --- a/debian/control +++ b/debian/control @@ -17,6 +17,8 @@ Description: enhancement query planning and execution statistics collector It attempts to provide a more holistic picture by providing much-needed query performance insights in a single view. . - pg_stat_monitor is developed on the basis of pg_stat_statments - as more advanced replacement for pg_stat_statment. - It provides all the features of pg_stat_statment plus its own feature set. + pg_stat_monitor provides improved insights that allow database users to + understand query origins, execution, planning statistics and details, query + information, and metadata. This significantly improves observability, enabling + users to debug and tune query performance. pg_stat_monitor is developed on the + basis of pg_stat_statements as its more advanced replacement.