Permission denied for schema public at character x
I am using postgresql 15 and I tried running these: grant all privileges on database my_database to my_database_user; grant all privileges on all tables in schema public to my_database_user; grant all privileges on all sequences in schema public to my_database_user; grant all privileges on all functions in schema public to my_database_user; but when I run: p