迁移问题:无法删除函数 delete_user_password(),因为其他对象依赖它

You have tables in the backup schema (used during backups/restores) that depend on this function.

Is the backup schema here stale? If so you probably need only DROP SCHEMA backup here to get rid of it.

1 个赞