Re: Errors when restoring backup created by pg_dumpall
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: PopeRigby <poperigby@mailbox.org>
Cc: "David G. Johnston" <david.g.johnston@gmail.com>,
Adrian Klaver <adrian.klaver@aklaver.com>,
"pgsql-general@postgresql.org" <pgsql-general@postgresql.org>
Date: 2024-12-01T20:15:09Z
Lists: pgsql-general
PopeRigby <poperigby@mailbox.org> writes: > I've applied the following patch to postgres: > https://www.postgresql.org/message-id/attachment/122092/0002-earthdistance-sql-functions.patch Cool. You did actually install the new scripts into your target installation, right? > I'm still getting this error: > psql:all.sql:4102: ERROR: type "earth" does not exist > LINE 1: ...ians($1))*sin(radians($2))),earth()*sin(radians($1)))::earth Hmmm ... a pg_dumpall output script shouldn't really contain that function body directly; it should just say "CREATE EXTENSION earthdistance". Is it possible that this database is so old that it contains a pre-extension (pre-9.1) version of earthdistance? regards, tom lane
Commits
-
contrib/earthdistance: Use SQL-standard function bodies.
- 969bbd0fafc0 18.0 landed
- 3652de36e432 17.3 landed
- 31daa10facec 16.7 landed