Add WITH [NO] DATA clause to CREATE TABLE AS, per SQL.
Peter Eisentraut <peter_e@gmx.net>
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
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/create_table_as.sgml | modified | +17 −8 |
| src/backend/catalog/sql_features.txt | modified | +1 −1 |
| src/backend/parser/gram.y | modified | +17 −12 |
| src/backend/parser/parser.c | modified | +4 −17 |
| src/interfaces/ecpg/preproc/parser.c | modified | +4 −17 |
| src/interfaces/ecpg/preproc/preproc.y | modified | +6 −10 |