Re: temp tables broken in CVS HEAD? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: temp tables broken in CVS HEAD?
Date
Msg-id 23847.1085758956@sss.pgh.pa.us
Whole thread Raw
In response to temp tables broken in CVS HEAD?  (Oliver Jowett <oliver@opencloud.com>)
Responses Re: temp tables broken in CVS HEAD?  (Sean Chittenden <sean@chittenden.org>)
List pgsql-hackers
Oliver Jowett <oliver@opencloud.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


pgsql-hackers by date:

Previous
From: Sailesh Krishnamurthy
Date:
Subject: Re: On query rewrite
Next
From: Alvaro Herrera
Date:
Subject: Re: Nested xacts: looking for testers and review