Re: Errors when restoring backup created by pg_dumpall

David G. Johnston <david.g.johnston@gmail.com>

From: "David G. Johnston" <david.g.johnston@gmail.com>
To: Ron Johnson <ronljohnsonjr@gmail.com>
Cc: pgsql-general <pgsql-general@postgresql.org>
Date: 2024-12-05T23:23:49Z
Lists: pgsql-general
On Thu, Dec 5, 2024 at 4:04 PM Ron Johnson <ronljohnsonjr@gmail.com> wrote:

> Another alternative is to open the .sql file in Notepad++, then add
> "public." before all the unqualified "earth" and "ll_to_earth" references.
>

And as discussed there are none in that file because those references are
within an extension's objects and only create extension appears in the file.

David J.

Commits

  1. contrib/earthdistance: Use SQL-standard function bodies.