plpgsql - Mailing list pgsql-novice

From Ewald Geschwinde
Subject plpgsql
Date
Msg-id 3C594F94.8020605@geschwinde.net
Whole thread Raw
List pgsql-novice
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




pgsql-novice by date:

Previous
From: "Sammer Reinhard J."
Date:
Subject: column headers all in upper-case letters?
Next
From: "Sammer Reinhard J."
Date:
Subject: Re: column headers all in upper-case letters?