Fix support for CREATE TABLE IF NOT EXISTS AS EXECUTE

Michael Paquier <michael@paquier.xyz>

Commit: 06cdab9df413238c24f839f8806164c36b75f0e5
Author: Michael Paquier <michael@paquier.xyz>
Date: 2019-02-15T08:12:51Z
Releases: 9.5.17
Fix support for CREATE TABLE IF NOT EXISTS AS EXECUTE

The grammar IF NOT EXISTS for CTAS is supported since 9.5 and documented
as such, however the case of using EXECUTE as query has never been
covered as EXECUTE CTAS statements and normal CTAS statements are parsed
separately.

Author: Andreas Karlsson
Discussion: https://postgr.es/m/2ddcc188-e37c-a0be-32bf-a56b07c3559e@proxel.se
Backpatch-through: 9.5

Files

Discussion