Add WITH [NO] DATA clause to CREATE TABLE AS, per SQL.
commite8e3ed9b70d26b1dd4d8efaa423e89d5b0f4bd27
authorpetere <petere>
Tue, 28 Oct 2008 14:09:45 +0000 (28 14:09 +0000)
committerpetere <petere>
Tue, 28 Oct 2008 14:09:45 +0000 (28 14:09 +0000)
treead1eaa0e9ff6e1544783abc763f25e58003f4ca4
parentdcdf3fe8979e8436e16aa0b612f1a6c431d733e6
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
doc/src/sgml/ref/create_table_as.sgml
src/backend/catalog/sql_features.txt
src/backend/parser/gram.y
src/backend/parser/parser.c
src/interfaces/ecpg/preproc/parser.c
src/interfaces/ecpg/preproc/preproc.y