sql: support CREATE TABLE ... AS ...? #2483
Labels
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
Milestone
Support for
CREATE TABLE ... AS ...
was removed from the grammar in #2479, but it could be easily resurrected. The actual implementation would not be terribly difficult, though it might depend on supporting tables without primary keys (see #2081).From a comment in #2479:
The text was updated successfully, but these errors were encountered: