[ADMIN] Re: [GENERAL] Access problems on temp tables

1999-07-28 Thread Bruce Momjian
> A relatively unprivileged user enters: > > => create temp table foobar (foo text); > CREATE > => insert into foobar values ('Hi'); > ERROR: pg_temp.13251.2: Permission denied. > > I've also tried to grant on the table, but this strikes me as weird since > I created the table and I should have

[ADMIN] Access problems on temp tables

1999-07-28 Thread Peter Eisentraut
A relatively unprivileged user enters: => create temp table foobar (foo text); CREATE => insert into foobar values ('Hi'); ERROR: pg_temp.13251.2: Permission denied. I've also tried to grant on the table, but this strikes me as weird since I created the table and I should have all access to it