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

From Thomas Lockhart
Subject Re: [HACKERS] CREATE TEMP TABLE
Date
Msg-id 37371788.8F171225@alumni.caltech.edu
Whole thread Raw
In response to Re: [HACKERS] CREATE TEMP TABLE  (Bruce Momjian <maillist@candle.pha.pa.us>)
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.

OK. I've got patches to include the LOCAL/GLOBAL syntax, and an elog
error if GLOBAL is specified. Will apply soon...
                 - Tom

-- 
Thomas Lockhart                lockhart@alumni.caltech.edu
South Pasadena, California


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] 6.5 cvs ERROR: copyObject: don't know how to copy 604
Next
From: Thomas Lockhart
Date:
Subject: Re: [HACKERS] It would be nice if this could be fixed...