aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeGroup.c
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2019-02-15 17:12:51 +0900
committerMichael Paquier <michael@paquier.xyz>2019-02-15 17:12:51 +0900
commit06cdab9df413238c24f839f8806164c36b75f0e5 (patch)
tree472ec39be2912311932c8e7ffb6b94a4580b4bb5 /src/backend/executor/nodeGroup.c
parentb7c8766d34803b5ad7d371625aa994f4648f7845 (diff)
downloadpostgresql-06cdab9df413238c24f839f8806164c36b75f0e5.tar.gz
postgresql-06cdab9df413238c24f839f8806164c36b75f0e5.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/executor/nodeGroup.c')
0 files changed, 0 insertions, 0 deletions