Re: [HACKERS] CREATE TEMP TABLE

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu>
Cc: "[Jos_] Soares" <jose(at)sferacarta(dot)com>, hackers <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: [HACKERS] CREATE TEMP TABLE
Date: 1999-05-10 16:14:08
Message-ID: 199905101614.MAA06563@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> > SQL92 uses TEMPORARY instead, I think it would be
> > interesting to keep compatibility with SQL Standard.
> > CREATE [{ GLOBAL | LOCAL } TEMPORARY ] TABLE class_name
>
> Bruce, is this OK? If so, I'll put it in (if someone else hasn't
> already done so).

We only support LOCAL, I think, because the visibility of the table is
only local.

--
Bruce Momjian | http://www.op.net/~candle
maillist(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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1999-05-10 16:15:42 Re: [HACKERS] Heads up: does RULES regress test still work for you?
Previous Message Bruce Momjian 1999-05-10 16:13:01 Re: [HACKERS] Oracle TRUNCATE statement