Access problems on temp tables

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Access problems on temp tables
Дата
Msg-id Pine.LNX.4.10.9907281338020.8870-100000@saxony.pathwaynet.com
обсуждение исходный текст
Ответы Re: [GENERAL] Access problems on temp tables  (Bruce Momjian <maillist@candle.pha.pa.us>)
Список pgsql-general
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 anyway.

PostgreSQL 6.5.0 on i686-pc-linux-gnu, compiled by gcc 2.7.2.3

--
Peter Eisentraut
PathWay Computing, Inc.


В списке pgsql-general по дате отправления:

Предыдущее
От: Herouth Maoz
Дата:
Сообщение: Re: [GENERAL] int2/int4 Failure with 6.5.1 and SlackWare 4.0
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [GENERAL] Access problems on temp tables