I have a schema owned by app_owner. I have run the following grants to another user:
GRANT USAGE ON SCHEMA app_schema TO app_writer;
ALTER DEFAULT PRIVILEGES IN SCHEMA app_schema
GRANT ALL ON TABLES to app_writer;
How do I check (maybe after a month) if app_writer has all these privileges?