Access problems on temp tables

From: Peter Eisentraut <peter(at)pathwaynet(dot)com>
To: pgsql-general(at)postgresql(dot)org, pgsql-admin(at)postgresql(dot)org
Subject: Access problems on temp tables
Date: 1999-07-28 17:43:03
Message-ID: Pine.LNX.4.10.9907281338020.8870-100000@saxony.pathwaynet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 1999-07-28 18:09:38 Re: [GENERAL] Access problems on temp tables
Previous Message Herouth Maoz 1999-07-28 16:35:30 Re: [GENERAL] int2/int4 Failure with 6.5.1 and SlackWare 4.0