Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1m8mib-0002St-9n for pgsql-sql@arkaria.postgresql.org; Wed, 28 Jul 2021 16:47:41 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1m8miZ-0007rK-7g for pgsql-sql@arkaria.postgresql.org; Wed, 28 Jul 2021 16:47:39 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1m8miZ-0007rC-0J for pgsql-sql@lists.postgresql.org; Wed, 28 Jul 2021 16:47:39 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1m8miS-0001fy-C6 for pgsql-sql@lists.postgresql.org; Wed, 28 Jul 2021 16:47:38 +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 16SGlUgq591823; Wed, 28 Jul 2021 12:47:30 -0400 From: Tom Lane To: Rein Petersen cc: pgsql-sql@lists.postgresql.org Subject: Re: pg_verify_checksums on ubuntu 16.04 In-reply-to: References: Comments: In-reply-to Rein Petersen message dated "Wed, 28 Jul 2021 11:20:59 -0500" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <591820.1627490850.1@sss.pgh.pa.us> Date: Wed, 28 Jul 2021 12:47:30 -0400 Message-ID: <591821.1627490850@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Rein Petersen writes: > I have pg11.9 on ub16.04 and was expecting to find pg_verify_checksums > command but it's nowhere to be found. any suggestions where i might find or > install it? Are you quite sure it's PG v11? Later releases renamed that to pg_checksums. Otherwise, maybe Ubuntu put it in some sub-package you didn't install. regards, tom lane