Re: temp tables broken in CVS HEAD?

From: Sean Chittenden <sean(at)chittenden(dot)org>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgresql(dot)org, Oliver Jowett <oliver(at)opencloud(dot)com>
Subject: Re: temp tables broken in CVS HEAD?
Date: 2004-05-29 01:20:10
Message-ID: 54022A9E-B10E-11D8-9EFA-000A95C705DC@chittenden.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
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

--
Sean Chittenden

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2004-05-29 01:59:53 Re: SELECT * FROM <table> LIMIT 1; is really slow
Previous Message Alvaro Herrera 2004-05-29 01:16:33 Re: SELECT * FROM <table> LIMIT 1; is really slow