Grant problems - Mailing list pgsql-general

From Balazs Gyetvai
Subject Grant problems
Date
Msg-id Pine.LNX.4.10.10001201101170.14019-100000@tozsde.securities.hu
Whole thread Raw
Responses RE: [GENERAL] Grant problems  (postgres@taifun.interface-business.de)
List 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


pgsql-general by date:

Previous
From: Yury Don
Date:
Subject: Bug with indexing int4?
Next
From: "J. Roeleveld"
Date:
Subject: Re: [GENERAL] Grant problems