Schema Security
We have three schemas, with authorization public to all the privileges. Now I have one user of the BD that alone it should change all tables in only one schema (but not in the other two schemas).
How can I make it without modifying the public authorizations?
How can I make it without modifying the public authorizations?
0