Re: Non-standard feature request

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Mike Mascari <mascarm(at)mascari(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Non-standard feature request
Date: 2002-06-14 16:21:26
Message-ID: 200206141621.g5EGLQh05896@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Tom Lane wrote:
> Mike Mascari <mascarm(at)mascari(dot)com> writes:
> > ... Would it be possible to have either a GUC setting or a grammar
> > change to allow TEMPORARY tables to be dropped at transaction commit?
>
> This seems like a not unreasonable idea; but the lack of other responses
> suggests that the market for such a feature isn't there. Perhaps you
> should try to drum up some interest on pgsql-general and/or pgsql-sql.

I was wondering if it made sense to remove temp tables on transaction
finish if the temp table was created in the transaction? That wouldn't
require any syntax change. Seems non-standard though, and I can imagine
a few cases where you wouldn't want it.

--
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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Josh Berkus 2002-06-14 16:32:03 Indexing for DESC sorts
Previous Message Josh Berkus 2002-06-14 16:10:45 Re: SQL99 feature list

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2002-06-14 16:26:58 Re: guc.c and postgresql.conf.sample constistency checker
Previous Message Tom Lane 2002-06-14 14:16:22 Re: Reduce heap tuple header size