Re: temp table creation
Alfonso Peniche <alfonso@iteso.mx>
From: Alfonso Peniche <alfonso@iteso.mx>
To:
Cc: pgsql-general@postgresql.org
Date: 2001-02-15T15:26:25Z
Lists: pgsql-general
In that case, how could I create a temporary table from plpgsql? (I don't want to use select into table.......) Thanx Tom Lane wrote: > Alfonso Peniche <alfonso@iteso.mx> writes: > > What's wrong with this function? The syntax is supposed to be right, > > isn't it? > > No, it isn't right, not for plpgsql. SELECT INTO means something > different to plpgsql than it does in normal Postgres SQL. > > regards, tom lane