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 1uzSOW-003fPH-Bv for pgsql-admin@arkaria.postgresql.org; Fri, 19 Sep 2025 04:06:48 +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 1uzSOV-003xoQ-3b for pgsql-admin@arkaria.postgresql.org; Fri, 19 Sep 2025 04:06:47 +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 1uzSOU-003xny-OR for pgsql-admin@lists.postgresql.org; Fri, 19 Sep 2025 04:06:46 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1uzSOS-001CcO-2P for pgsql-admin@postgresql.org; Fri, 19 Sep 2025 04:06:45 +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 58J46gLH2046740; Fri, 19 Sep 2025 00:06:42 -0400 From: Tom Lane To: Ron Johnson cc: pgsql-admin Subject: Re: pgping? In-reply-to: References: Comments: In-reply-to Ron Johnson message dated "Fri, 19 Sep 2025 00:00:37 -0400" MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-ID: <2046738.1758254802.1@sss.pgh.pa.us> Content-Transfer-Encoding: 8bit Date: Fri, 19 Sep 2025 00:06:42 -0400 Message-ID: <2046739.1758254802@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Ron Johnson writes: > On Thu, Sep 18, 2025 at 4:47 PM Ron Watkins wrote: >> How do you install pgping on RHEL 9? >> It doesn't appear to come with the distribution. >> Is there some specific repo you need to use? > What does it do that ncat and psql don't do? pg_isready might be what the OP wants. regards, tom lane