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

From Sean Chittenden
Subject Re: temp tables broken in CVS HEAD?
Date
Msg-id 54022A9E-B10E-11D8-9EFA-000A95C705DC@chittenden.org
Whole thread Raw
In response to Re: temp tables broken in CVS HEAD?  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: temp tables broken in CVS HEAD?  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
>> test=> create temp table t2 (i integer);
>> ERROR:  permission denied for schema pg_temp_1
>
> 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.

I know what's going on here and will submit a fix for this sometime 
tonight.  -sc

-- 
Sean Chittenden



pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: SELECT * FROM LIMIT 1; is really slow
Next
From: Alvaro Herrera
Date:
Subject: Re: SELECT * FROM
LIMIT 1; is really slow