pgsql: Add WITH [NO] DATA clause to CREATE TABLE AS, per SQL.

From: petere(at)postgresql(dot)org (Peter Eisentraut)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add WITH [NO] DATA clause to CREATE TABLE AS, per SQL.
Date: 2008-10-28 14:09:45
Message-ID: 20081028140945.72B237545A4@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add WITH [NO] DATA clause to CREATE TABLE AS, per SQL.

Also, since WITH is now a reserved word, simplify the token merging code to
only deal with WITH_TIME.

by Tom Lane and myself

Modified Files:
--------------
pgsql/doc/src/sgml/ref:
create_table_as.sgml (r1.37 -> r1.38)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/create_table_as.sgml?r1=1.37&r2=1.38)
pgsql/src/backend/catalog:
sql_features.txt (r1.28 -> r1.29)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/catalog/sql_features.txt?r1=1.28&r2=1.29)
pgsql/src/backend/parser:
gram.y (r2.630 -> r2.631)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/gram.y?r1=2.630&r2=2.631)
parser.c (r1.74 -> r1.75)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/parser.c?r1=1.74&r2=1.75)
pgsql/src/interfaces/ecpg/preproc:
parser.c (r1.3 -> r1.4)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/preproc/parser.c?r1=1.3&r2=1.4)
preproc.y (r1.378 -> r1.379)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/preproc/preproc.y?r1=1.378&r2=1.379)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-10-28 15:51:03 pgsql: Arrange to squeeze out the MINIMAL_TUPLE_PADDING in the tuple
Previous Message Magnus Hagander 2008-10-28 12:10:44 pgsql: Remove support for (insecure) crypt authentication.