]> granicus.if.org Git - postgresql/commit
Add WITH [NO] DATA clause to CREATE TABLE AS, per SQL.
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 28 Oct 2008 14:09:45 +0000 (14:09 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Tue, 28 Oct 2008 14:09:45 +0000 (14:09 +0000)
commit8ecd5351691210ba5b536cd4c1251ea1fce090bb
tree0e31a7de3a1d21e3b46db6435e6a30dc76b52bc5
parent53a5026b5cb359ec31e81fa6b20a69b053b87569
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