Re: [HACKERS] CREATE TEMP TABLE - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [HACKERS] CREATE TEMP TABLE
Date
Msg-id 199905101614.MAA06563@candle.pha.pa.us
Whole thread Raw
List 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@candle.pha.pa.us            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Oracle TRUNCATE statement
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] INSERT INTO ... SELECT eats all my memory