Postgres 15. permission denied for schema public
The first comment nailed the most likely reason this is happening. Quoting the release announcement: PostgreSQL 15 also revokes the CREATE permission from all users except a database owner from the public (or default) schema. The reason your fix didn’t work is that all actions you took on database postgres in regards to user admin‘s … Read more