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

Peter Eisentraut <peter_e@gmx.net>

Commit: 8ecd5351691210ba5b536cd4c1251ea1fce090bb
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2008-10-28T14:09:45Z
Releases: 8.4.0
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