Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sdrij-001hEV-0W for pgsql-hackers@arkaria.postgresql.org; Tue, 13 Aug 2024 13:37:53 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1sdrig-003xss-7T for pgsql-hackers@arkaria.postgresql.org; Tue, 13 Aug 2024 13:37:50 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sdrif-003xsk-T3 for pgsql-hackers@lists.postgresql.org; Tue, 13 Aug 2024 13:37:49 +0000 Received: from forward100d.mail.yandex.net ([2a02:6b8:c41:1300:1:45:d181:d100]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sdric-004XsO-8f for pgsql-hackers@postgresql.org; Tue, 13 Aug 2024 13:37:48 +0000 Received: from mail-nwsmtp-smtp-production-main-35.klg.yp-c.yandex.net (mail-nwsmtp-smtp-production-main-35.klg.yp-c.yandex.net [IPv6:2a02:6b8:c42:2345:0:640:1ce6:0]) by forward100d.mail.yandex.net (Yandex) with ESMTPS id 94FDD608E5; Tue, 13 Aug 2024 16:37:42 +0300 (MSK) Received: by mail-nwsmtp-smtp-production-main-35.klg.yp-c.yandex.net (smtp/Yandex) with ESMTPSA id fbj9EH03P4Y0-cUtOGOIM; Tue, 13 Aug 2024 16:37:41 +0300 X-Yandex-Fwd: 1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tantorlabs.com; s=mail; t=1723556261; bh=bIbnFMlgMiyjg6+gfTioGuDRnOTn0GQxTrXpjbNPDu0=; h=In-Reply-To:Cc:Date:References:To:From:Subject:Message-ID; b=MTjpJmZydB6THcPj8EXc9riQO+YPyYFhLHzrY4+f+gbFeNH14tRdcqzMNLuTb+JXK 3iVi7Vkt7sjB9cRlHI1h1AI6aWPsvkqkRZMGgGwKdHupOEy5q6XwSXwApbLIHdpXws x121z4VJ/i666Fcs8gBTOJohqVepWNKvPC9IdwxA= Authentication-Results: mail-nwsmtp-smtp-production-main-35.klg.yp-c.yandex.net; dkim=pass header.i=@tantorlabs.com Message-ID: Date: Tue, 13 Aug 2024 16:37:41 +0300 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: Vacuum statistics From: Ilia Evdokimov To: Andrei Zubkov , Alena Rybakina Cc: pgsql-hackers , a.lepikhov@postgrespro.ru References: <53c47c2d-72a5-44f2-900c-9973b2af1808@tantorlabs.com> Content-Language: en-US In-Reply-To: <53c47c2d-72a5-44f2-900c-9973b2af1808@tantorlabs.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk And I have one suggestion for pg_stat_vacuum_database: I suppose we should add database's name column after 'dboid' column because it is difficult to read statistics without database's name. We could call it 'datname' just like in 'pg_stat_database' view. Regards, Ilia Evdokimov, Tantor Labs LCC.