RE: [GENERAL] Grant problems

2000-01-20 Thread Andrzej Mazurkiewicz
1:07 > To: [EMAIL PROTECTED] > Subject: [GENERAL] Grant problems > > 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; &

Re: [GENERAL] Grant problems

2000-01-20 Thread J. Roeleveld
> 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

[GENERAL] Grant problems

2000-01-20 Thread Balazs Gyetvai
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 superuse