funny permission - Mailing list pgsql-admin

From Metzidis, Anthony
Subject funny permission
Date
Msg-id 1B14A1526DF8D01190A000805FA7602207B852D4@medmail4.mednet.ucla.edu
Whole thread Raw
List pgsql-admin
why does this happen:

grant select on table1 to user1;
grant insert,update,select,delete on table2 to user1;

insert into table2 select * from table1;
error: table1: Permission Denied

?

Do I need write permission on a table to do an insert into ...select... on
it?

--tony

pgsql-admin by date:

Previous
From: "John W Cunningham"
Date:
Subject: RE: Crash
Next
From: "John W Cunningham"
Date:
Subject: RE: Crash