New tables are not getting proper permissions. I ran the following:
ALTER DEFAULT PRIVILEGES IN SCHEMA public GRANT SELECT ON TABLES TO llab_reader;
ALTER DEFAULT PRIVILEGES IN SCHEMA public GRANT SELECT, insert ON TABLES TO llab_writer;
This should apply to all new tables going forward. Evaluate after new tables are created...
New tables are not getting proper permissions. I ran the following:
This should apply to all new tables going forward. Evaluate after new tables are created...