From: | Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu> |
---|---|
To: | José Soares <jose(at)sferacarta(dot)com> |
Cc: | hackers <pgsql-hackers(at)postgreSQL(dot)org>, Vadim Mikheev <vadim(at)krs(dot)ru> |
Subject: | Re: [HACKERS] CREATE TEMP TABLE |
Date: | 1999-05-12 07:36:35 |
Message-ID: | 37392F83.FD140D9A@alumni.caltech.edu |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(at)alumni(dot)caltech(dot)edu
South Pasadena, California
From | Date | Subject | |
---|---|---|---|
Next Message | ZEUGSWETTER Andreas IZ5 | 1999-05-12 08:50:07 | Re: [HACKERS] misc and triggers regression tests failed on 6. 5be t a1 |
Previous Message | Tatsuo Ishii | 1999-05-12 06:07:23 | Re: [HACKERS] Beta2? |