Grant problems

From: Balazs Gyetvai <balazs(at)securities(dot)hu>
To: pgsql-general(at)postgresql(dot)org
Subject: Grant problems
Date: 2000-01-20 10:06:30
Message-ID: Pine.LNX.4.10.10001201101170.14019-100000@tozsde.securities.hu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message J. Roeleveld 2000-01-20 10:34:19 Re: [GENERAL] Grant problems
Previous Message Richard Huxton 2000-01-20 10:04:43 Re[2]: [GENERAL] Bug or my crooked hands?