Hello I like to create a user who can do the followings on a table: select, insert, update But he can't delete! I tried this: grant INSERT, SELECT, UPDATE on table_name to testuser; After this the test user can delete from the table_name table without any problems. The testuser is not a superuser. Plz help, Thanks, Bye ************
- Re: [GENERAL] Grant problems Balazs Gyetvai
- Re: [GENERAL] Grant problems J. Roeleveld
- RE: [GENERAL] Grant problems Andrzej Mazurkiewicz