summaryrefslogtreecommitdiff
path: root/src/backend/tcop/postgres.c
diff options
context:
space:
mode:
authorPavan Deolasee2015-06-18 11:54:22 +0000
committerPavan Deolasee2015-06-18 11:54:22 +0000
commit17705af40dfb7aa7861066f4393bc77dc6b47bd4 (patch)
tree58260c87a580dc1504d2fc7f78442f833793b80e /src/backend/tcop/postgres.c
parent4b461e8357afee2715f90ed182a18cfe534513c6 (diff)
Handle CREATE TABLE IF NOT EXISTS correctly
In XL we rewrite CTAS as CREATE TABLE followed by INSERT INTO. If the target table already exists, we now issue a notice for the first step and skip the second step completely. The ruleutils also now handles INE correctly for CTAS
Diffstat (limited to 'src/backend/tcop/postgres.c')
0 files changed, 0 insertions, 0 deletions