Re: WIP: CREATE TABLE AS / WITH DATA

From: Neil Conway <neilc(at)samurai(dot)com>
To: Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl>
Cc: pgsql-patches <pgsql-patches(at)postgresql(dot)org>, Gavin Sherry <swm(at)alcove(dot)com(dot)au>
Subject: Re: WIP: CREATE TABLE AS / WITH DATA
Date: 2004-09-23 04:02:49
Message-ID: 1095912169.22485.421.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

On Wed, 2004-09-22 at 23:00, Alvaro Herrera wrote:
> Could that include supporting SELECT INTO as well as both types of
> CREATE TABLE AS?

Right; my thinking is to have the parser construct SELECT INTO as a
CreateTableAsStmt. That way all the code for creating the "into"
relation is centralized in one place.

-Neil

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2004-09-23 04:15:44 Re: WIP: CREATE TABLE AS / WITH DATA
Previous Message Neil Conway 2004-09-23 03:44:54 CREATE TABLE AS docs