I have a user who creates a table [there is no restrict on drop defined during table creation]. By default this user gets all the privileges on that table.
I revoked all the privileges from this user except for select,insert,update and delete privileges. [public does not have any privileges] This user can still alter the table,drop the table etc.
Is there a way to restrict this user, who is the definer of this table, from dropping/altering the table.
thanks for your time and help.
I revoked all the privileges from this user except for select,insert,update and delete privileges. [public does not have any privileges] This user can still alter the table,drop the table etc.
Is there a way to restrict this user, who is the definer of this table, from dropping/altering the table.
thanks for your time and help.