Re: temp tables broken in CVS HEAD?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Oliver Jowett <oliver(at)opencloud(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org, Sean Chittenden <sean(at)chittenden(dot)org>
Subject: Re: temp tables broken in CVS HEAD?
Date: 2004-05-28 15:42:36
Message-ID: 23847.1085758956@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Oliver Jowett <oliver(at)opencloud(dot)com> writes:
> test=> create temp table t2 (i integer);
> ERROR: permission denied for schema pg_temp_1

I think this is a side effect of Sean's recent permissions-hacking.
I knew I should have objected more strongly ...

The immediate problem is a simple thinko (lack of attention to a
function's return convention), but I'm gonna go back and review that
whole patch. It obviously wasn't tested well at all.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2004-05-28 15:46:07 Re: Nested xacts: looking for testers and review
Previous Message Sailesh Krishnamurthy 2004-05-28 15:36:36 Re: On query rewrite