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 1v6ASP-000Kaq-0Q for pgsql-pkg-debian@arkaria.postgresql.org; Tue, 07 Oct 2025 16:22:33 +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 1v6ASM-001Eou-R3 for pgsql-pkg-debian@arkaria.postgresql.org; Tue, 07 Oct 2025 16:22:31 +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 1v6ASM-001Eon-LP for pgsql-pkg-debian@lists.postgresql.org; Tue, 07 Oct 2025 16:22:31 +0000 Received: from mout-p-102.mailbox.org ([2001:67c:2050:0:465::102]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1v6ASK-000WQl-0o for pgsql-pkg-debian@lists.postgresql.org; Tue, 07 Oct 2025 16:22:30 +0000 Received: from smtp1.mailbox.org (smtp1.mailbox.org [10.196.197.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-102.mailbox.org (Postfix) with ESMTPS id 4ch1cp1qvtz9tyS; Tue, 7 Oct 2025 18:22:18 +0200 (CEST) Date: Tue, 7 Oct 2025 18:22:17 +0200 From: Christoph Berg To: Avahita Heidarnezhad Cc: pgsql-pkg-debian@lists.postgresql.org Subject: Re: missing apt postgresql-18-pgauditlogtofile Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Re: Avahita Heidarnezhad > The postgresql-18-pgaudit package installed successfully via APT. However, > I couldn’t find a corresponding package for postgresql-18-pgauditlogtofile. > It appears that only versions up to PostgreSQL 17 are currently available > in the repository. pgauditlogtofile depends on pgaudit and pgaudit 18 was only released very recently, so we couldn't pre-build pgauditlogtofile for the PostgreSQL 18 release like most other extensions. Done now. Christoph