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 1tIHXq-00DOPR-P1 for pgsql-general@arkaria.postgresql.org; Tue, 03 Dec 2024 01:17:42 +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 1tIHXo-005bLu-9F for pgsql-general@arkaria.postgresql.org; Tue, 03 Dec 2024 01:17:41 +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 1tIHXn-005bLj-Um for pgsql-general@lists.postgresql.org; Tue, 03 Dec 2024 01:17:41 +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.94.2) (envelope-from ) id 1tIHXi-000kMO-BA for pgsql-general@postgresql.org; Tue, 03 Dec 2024 01:17:40 +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 4B31HLjN1707490; Mon, 2 Dec 2024 20:17:21 -0500 From: Tom Lane To: PopeRigby cc: "David G. Johnston" , Adrian Klaver , "pgsql-general@postgresql.org" Subject: Re: Errors when restoring backup created by pg_dumpall In-reply-to: <8dfc7361-7cba-485b-b286-d4c011dffd47@mailbox.org> References: <6a6439f1-8039-44e2-8fb9-59028f7f2014@mailbox.org> <9c5ba566-27b8-4e8c-bf7d-2dc561509991@mailbox.org> <41791b6d-aaf5-4fed-9cc3-e89bc49e8637@mailbox.org> <1257068.1733025493@sss.pgh.pa.us> <06425038-e012-4bac-aec1-d9541436f893@mailbox.org> <1455925.1733084109@sss.pgh.pa.us> <8dfc7361-7cba-485b-b286-d4c011dffd47@mailbox.org> Comments: In-reply-to PopeRigby message dated "Mon, 02 Dec 2024 15:21:04 -0800" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <1707488.1733188641.1@sss.pgh.pa.us> Date: Mon, 02 Dec 2024 20:17:21 -0500 Message-ID: <1707489.1733188641@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk PopeRigby writes: > On 12/1/24 12:15, Tom Lane wrote: >> Cool. You did actually install the new scripts into your target >> installation, right? > Oh, is applying the patch and rebuilding PostgreSQL not enough? Not unless you did "make install" in the contrib/earthdistance directory (or something wider-scope that would invoke that). regards, tom lane