Re: WIP: CREATE TABLE AS / WITH DATA - Mailing list pgsql-patches

From Neil Conway
Subject Re: WIP: CREATE TABLE AS / WITH DATA
Date
Msg-id 1095912169.22485.421.camel@localhost.localdomain
Whole thread Raw
In response to Re: WIP: CREATE TABLE AS / WITH DATA  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
Responses Re: WIP: CREATE TABLE AS / WITH DATA  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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



pgsql-patches by date:

Previous
From: Neil Conway
Date:
Subject: CREATE TABLE AS docs
Next
From: Tom Lane
Date:
Subject: Re: WIP: CREATE TABLE AS / WITH DATA