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 1tfNEA-001tiT-FK for pgsql-general@arkaria.postgresql.org; Tue, 04 Feb 2025 18:00:50 +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 1tfNE9-006iXy-Fl for pgsql-general@arkaria.postgresql.org; Tue, 04 Feb 2025 18:00:49 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tfNE9-006iX4-4m for pgsql-general@lists.postgresql.org; Tue, 04 Feb 2025 18:00:49 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1tfNE6-003HFe-0l for pgsql-general@lists.postgresql.org; Tue, 04 Feb 2025 18:00:48 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 514I0jNv662808; Tue, 4 Feb 2025 13:00:45 -0500 From: Tom Lane To: Christophe Pettus cc: Marc Millas , "pgsql-general@lists.postgresql.org" Subject: Re: old OS In-reply-to: References: Comments: In-reply-to Christophe Pettus message dated "Tue, 04 Feb 2025 09:54:19 -0800" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <662806.1738692045.1@sss.pgh.pa.us> Content-Transfer-Encoding: quoted-printable Date: Tue, 04 Feb 2025 13:00:45 -0500 Message-ID: <662807.1738692045@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Christophe Pettus writes: > On Feb 4, 2025, at 09:49, Marc Millas wrote: >> My question is: is there any possibility to find something ? >> and/or what is the latest psql available on a redhat 6.5 ? > Although I've not done so, it should be possible to build from source ev= en on a system that old. Another workaround is to connect from a remote instance of psql. You'd probably need to modify the server's pg_hba.conf and perhaps poke a hole in its firewall, but that's still easier than installing new software. regards, tom lane