user can create table and all privileges on the tables he created but not other tables
I'm trying to make a user be able to create tables on a different schema(say production), and have all privileges on the tables he creates. But I don't want to give the user ability to modify other tables uner production not created by him.
Is there any automatic way? trigger?
Thanks
0