David Fetter <[EMAIL PROTECTED]> writes: > On Thu, Nov 17, 2005 at 04:37:14PM -0500, Tom Lane wrote: >> CREATE TEMP TABLE foo ... ON COMMIT DROP;
> It's that first little elipsis mark that's the problem. Is there > something really clever I've been missing on how to do a dynamic table > creation? Oh, you're worried about what to do if you don't know the output column set of the query? OK, that is a bit harder, but I think it's still a corner case. How much are you really going to get done with the table if you don't know what columns it has? regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 5: don't forget to increase your free space map settings