Re: CREATE TABLE AS standard?

From: Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: "Ross J(dot) Reedstrom" <reedstrm(at)wallace(dot)ece(dot)rice(dot)edu>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: CREATE TABLE AS standard?
Date: 2000-05-01 16:03:33
Message-ID: 390DAAD5.18393C92@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> I covered SELECT...INTO in my book, with a short paragraph showing
> CREATE TABLE...AS is equivalent. Which one should I use in my book as
> the preferred?

imho CREATE TABLE/AS should be emphasized, since SELECT/INTO hides the
fact that a table gets created, which is a fundamental operation here.
DDF vs DDL vs some other acronym etc etc.

- Thomas

--
Thomas Lockhart lockhart(at)alumni(dot)caltech(dot)edu
South Pasadena, California

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Ross J. Reedstrom 2000-05-01 17:44:11 Re: RE: [PATCHES] relation filename patch
Previous Message Bruce Momjian 2000-05-01 15:49:01 Re: CREATE TABLE AS standard?