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.96) (envelope-from ) id 1w0cUv-0023va-0f for pgsql-novice@arkaria.postgresql.org; Thu, 12 Mar 2026 09:38:29 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1w0cUt-00E2tj-0i for pgsql-novice@arkaria.postgresql.org; Thu, 12 Mar 2026 09:38:27 +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.96) (envelope-from ) id 1w0cUs-00E2tS-3A for pgsql-novice@lists.postgresql.org; Thu, 12 Mar 2026 09:38:27 +0000 Received: from lana.depesz.com ([88.198.49.178] helo=depesz.com) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1w0cUr-00000001kUT-2UxF for pgsql-novice@lists.postgresql.org; Thu, 12 Mar 2026 09:38:26 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=depesz.com; s=20170201; h=In-Reply-To:Content-Type:MIME-Version:References:Reply-To: Message-ID:Subject:Cc:To:Sender:From:Date:Content-Transfer-Encoding: Content-ID:Content-Description; bh=yG6ZP4zJJPwh4I3EkHEw2oAFFmqZnGsdpM/VmXw+ppE=; b=V0wZyE3eRXH/idn1732DwJC/Tm aOTCa3YSNkzNhw0w3RB3cHVk0ohgDXcLlRditsTPyjlmHnsisRQVsu+iO/+ASw4mo9AWPNo0sSMFf vN29N5/gxFH5CzxW51aXbpBJs7IcHrzp24/9sSn+NVOPrMt7R4Wep8o/J4s5qovzlp5M=; Received: from depesz by depesz.com with local (Exim 4.96) (envelope-from ) id 1w0cUq-009F7F-0R; Thu, 12 Mar 2026 10:38:24 +0100 Date: Thu, 12 Mar 2026 10:38:24 +0100 From: hubert depesz lubaczewski Sender: depesz@depesz.com To: "Subramanian,Ramachandran" Cc: "pgsql-novice@lists.postgresql.org" Subject: Re: AW: Is it possible to turn on pg_stat_extensions at a database level Message-ID: Reply-To: depesz@depesz.com References: <959ecf128e514007a7558febe8b76e35@alte-leipziger.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <959ecf128e514007a7558febe8b76e35@alte-leipziger.de> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On Thu, Mar 12, 2026 at 09:33:29AM +0000, Subramanian,Ramachandran wrote: > I meant to ask if the extension can be created only for one database, so that the details from the other databases are not recorded. So, no. You can't. Best regards, depesz