Re: SELECT INTO and ON COMMIT - Mailing list pgsql-general

From Alvaro Herrera
Subject Re: SELECT INTO and ON COMMIT
Date
Msg-id 20150514021919.GW2523@alvh.no-ip.org
Whole thread Raw
In response to Re: SELECT INTO and ON COMMIT  (Melvin Davidson <melvin6925@gmail.com>)
List pgsql-general
Melvin Davidson wrote:
> So perhaps replace the SQL SELECT INTO with SQL ADD INTO ?

No, the alternative spelling is CREATE TABLE AS; we already have it.
(To simply insert a query result into an existing table, the spelling is
INSERT INTO ..  SELECT).

--
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


pgsql-general by date:

Previous
From: Melvin Davidson
Date:
Subject: Re: SELECT INTO and ON COMMIT
Next
From: "S. Richler."
Date:
Subject: Connection question