plpgsql

From: Ewald Geschwinde <webmaster(at)geschwinde(dot)net>
To: pgsql-novice(at)postgresql(dot)org
Subject: plpgsql
Date: 2002-01-31 14:07:16
Message-ID: 3C594F94.8020605@geschwinde.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-novice by date

  From Date Subject
Next Message Sammer Reinhard J. 2002-01-31 14:32:09 Re: column headers all in upper-case letters?
Previous Message Sammer Reinhard J. 2002-01-31 13:42:43 column headers all in upper-case letters?