32 words, 1 min read
Because I always forget:
GRANT ALL ON SCHEMA public TO username;
GRANT ALL ON ALL TABLES in schema public TO username;
GRANT USAGE, SELECT ON ALL SEQUENCES IN SCHEMA public to username;
If this post was enjoyable or useful for you, please share it! If you have comments, questions, or feedback, you can email my personal email. To get new posts, subscribe use the RSS feed.