Re: [BUGS] CREATE TEMP TABLE t1 ON COMMIT AS SELECT TRUE::BOOL LIMIT

2004-06-08 Thread Bruce Momjian
Sean Chittenden wrote: > In a follow up to my post from two days ago about creating TEMP TABLES, > I noticed what I think is kind of a glaring omission: CREATE TEMP TABLE > AS doesn't support ON COMMIT. Nothing Earth shattering, but it did > catch me by surprise. There's also no ALTER TABLE st

[BUGS] CREATE TEMP TABLE t1 ON COMMIT AS SELECT TRUE::BOOL LIMIT 0;

2004-03-29 Thread Sean Chittenden
In a follow up to my post from two days ago about creating TEMP TABLES, I noticed what I think is kind of a glaring omission: CREATE TEMP TABLE AS doesn't support ON COMMIT. Nothing Earth shattering, but it did catch me by surprise. There's also no ALTER TABLE statement that I can issue to tw