Thread: plpgsql

plpgsql

From
Ewald Geschwinde
Date:
I have one question regarding pl/pgsql

I want to create a temporary tabel in an function

but:
SELECT INTO TMPORARY TABLE xxx FROM ...
creates an error because plpgsql thinks I'm trying to  assign the
variable xxx
and then this is not the right syntax

Is there a workaround of this problem?

Ewald