Re: pl/pgsql create table - Mailing list pgsql-general

From Tom Lane
Subject Re: pl/pgsql create table
Date
Msg-id 1912.1030467745@sss.pgh.pa.us
Whole thread Raw
In response to Re: pl/pgsql create table  (Masse Jacques <jacques.masse@bordeaux.cemagref.fr>)
List pgsql-general
Masse Jacques <jacques.masse@bordeaux.cemagref.fr> writes:
> I find exactly the same with
> EXECUTE ''CREATE TABLE tmp as select foo'';

The CREATE is not the problem, it's the subsequent *references* to tmp
that all have to be wrapped with EXECUTE.

            regards, tom lane

pgsql-general by date:

Previous
From: Masse Jacques
Date:
Subject: Re: pl/pgsql create table
Next
From: Christoph Dalitz
Date:
Subject: Re: pl/pgsql create table