Re: temporary tables, plpgsql and yes i bet this has been asked

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Jan Wieck <janwieck(at)yahoo(dot)com>
Cc: Murray Prior Hobbs <murray(at)efone(dot)com>, pgsql-sql(at)postgresql(dot)org
Subject: Re: temporary tables, plpgsql and yes i bet this has been asked
Date: 2002-02-04 20:15:30
Message-ID: 200202042015.g14KFUU04173@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

> I bet he's using the temp table without EXECUTE. That
> would've failed even without the other "calling" function
> around it, as soon as he uses it more than once per session.
>
> SPI still needs to learn how to determine if a query uses
> temp tables somewhere in order to silently re-prepare queries
> when required. And I am absolutely sure this is not an issue
> we should address in PL/pgSQL. It has to be solved on the SPI
> level.

Will this still be an issue with schemas? I am thinking no.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Lane 2002-02-04 20:25:55 Re: temporary tables, plpgsql and yes i bet this has been asked
Previous Message Jan Wieck 2002-02-04 20:06:26 Re: temporary tables, plpgsql and yes i bet this has been asked