12 to 13 migration, the privs error with pg_pltemplate

From: Scott Ribe <scott_ribe(at)elevated-dev(dot)com>
To: Pgsql-admin <pgsql-admin(at)lists(dot)postgresql(dot)org>
Subject: 12 to 13 migration, the privs error with pg_pltemplate
Date: 2020-12-08 18:55:33
Message-ID: 074FE83A-E924-4787-9E68-27EB9CE142B3@elevated-dev.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

So I'm getting the error when migrating about not being able to GRANT SELECT on pg_catalog.pg_pltemplate, as referenced here:

https://www.postgresql-archive.org/pg-upgrade-issue-upgrading-10-gt-13-td6156401.html

BUT:

- we have never intentionally modified privs on system tables
- I tried REVOKE ALL FROM pg_catalog.pg_pltemplate ... in the source database, still got the same error
- \dp pg_catalog.pg_pltemplate only shows:

postgres=ardDxt/postgres+
=r/postgres

Suggestions?

--
Scott Ribe
scott_ribe(at)elevated-dev(dot)com
https://www.linkedin.com/in/scottribe/

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2020-12-08 19:48:52 Re: 12 to 13 migration, the privs error with pg_pltemplate
Previous Message Tom Lane 2020-12-08 17:11:43 Re: Auto-analyse vs manual analyze