On Tue, 2023-12-12 at 10:43 +0000, PG Bug reporting form wrote: > When making a dump from PostgreSQL 14 and using it in PostgreSQL 15 with a > user that has no superuser access (e.g. cloud environments), then we run > into the following line from > https://www.postgresql.org/docs/15/sql-alterfunction.html > > > To alter the owner, you must also be a direct or indirect member of the > new owning role, and that role must have CREATE privilege on the function's > schema.