All; I can run a GRANT ALL ON ALL TABLES in SCHEMA X to USER Ywhich of course grants all privileges to the user Y on all tables in schema X
How do I make this the default permission for all future tables created in schema X as well?
Thanks in advance