Re: temp tables broken in CVS HEAD?

Sean Chittenden <sean@chittenden.org>

From: Sean Chittenden <sean@chittenden.org>
To: Bruce Momjian <pgman@candle.pha.pa.us>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, Hackers <pgsql-hackers@postgresql.org>
Date: 2004-05-29T06:02:06Z
Lists: 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
>
> I think Tom applied a patch already for this.

:)  So I noticed.  I went to update my sources before sending off a 
patch and was greeted with a rather nice conflict.  Thanks for getting 
to that Tom.  -sc

-- 
Sean Chittenden