PFC <[EMAIL PROTECTED]> writes:
> Feature proposal :
> A way to store query results in a named buffer and reuse them in the
> next
> queries.
Why not just fix the speed issues you're complaining about with temp
tables? I see no reason to invent a new concept.
(Now, "just fix" might be easier said than done, but inventing an
essentially duplicate facility would be a lot of work too.)
regards, tom lane
---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match