aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/view.c
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2019-02-15 17:12:36 +0900
committerMichael Paquier <michael@paquier.xyz>2019-02-15 17:12:36 +0900
commit3a2923a9bfd8e769d5bafeef4284fbf1ba953cbf (patch)
treeedadec571c4b03b4d444addbb6b34d584b2b3bca /src/backend/commands/view.c
parentcb3d674e1709362d84b5e25c94e690e98599a33c (diff)
downloadpostgresql-3a2923a9bfd8e769d5bafeef4284fbf1ba953cbf.tar.gz
postgresql-3a2923a9bfd8e769d5bafeef4284fbf1ba953cbf.zip
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
Diffstat (limited to 'src/backend/commands/view.c')
0 files changed, 0 insertions, 0 deletions