funny permission

From: "Metzidis, Anthony" <Metzidis(at)mednet(dot)ucla(dot)edu>
To: pgsql-admin(at)postgresql(dot)org
Subject: funny permission
Date: 2001-03-14 20:18:34
Message-ID: 1B14A1526DF8D01190A000805FA7602207B852D4@medmail4.mednet.ucla.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-admin by date

  From Date Subject
Next Message John W Cunningham 2001-03-14 20:45:44 RE: Crash
Previous Message John W Cunningham 2001-03-14 18:15:17 RE: Crash