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

From Thomas Lockhart
Subject Re: [HACKERS] CREATE TEMP TABLE
Date
Msg-id 37392F83.FD140D9A@alumni.caltech.edu
Whole thread Raw
List pgsql-hackers
> CREATE  [{ GLOBAL | LOCAL } TEMPORARY ] TABLE class_name

postgres=> create local temporary table tt (i int);
CREATE
postgres=> create global temporary table tg (i int);
ERROR:  GLOBAL TEMPORARY TABLE is not currently supported
postgres=> create temporary table tn (i int);
CREATE

I just adjusted the source tree to include this, along with internal
changes to integrate Vadim's transaction level and locking syntax.
This will probably require a full "make clean install" since some
keywords were added.
                    - Tom

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


pgsql-hackers by date:

Previous
From: Tatsuo Ishii
Date:
Subject: Re: [HACKERS] Beta2?
Next
From: ZEUGSWETTER Andreas IZ5
Date:
Subject: Re: [HACKERS] misc and triggers regression tests failed on 6. 5be t a1