Re: pl/pgsql create table

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Masse Jacques <jacques(dot)masse(at)bordeaux(dot)cemagref(dot)fr>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: pl/pgsql create table
Date: 2002-08-27 16:39:10
Message-ID: 200208271639.g7RGdAV29356@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Masse Jacques wrote:
> I find exactly the same with
> EXECUTE ''CREATE TABLE tmp as select foo'';

How about:

EXECUTE ''CREATE TABLE tmp as select * FROM foo'';

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Masse Jacques 2002-08-27 16:41:25 Re: pl/pgsql create table
Previous Message Bruce Momjian 2002-08-27 16:31:00 Re: brk() function and performance