Re: temp table creation

From: Alfonso Peniche <alfonso(at)iteso(dot)mx>
To:
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: temp table creation
Date: 2001-02-15 15:26:25
Message-ID: 3A8BF521.BDE3BC69@iteso.mx
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs 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(at)iteso(dot)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

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Tom Lane 2001-02-15 15:35:58 Re: Re: temp table creation
Previous Message Tom Lane 2001-02-15 03:58:43 Undocumented datetime functions

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2001-02-15 15:35:58 Re: Re: temp table creation
Previous Message Tom Lane 2001-02-15 15:15:27 Re: TPCH questions