diff options
author | Pavan Deolasee | 2015-06-18 11:54:22 +0000 |
---|---|---|
committer | Pavan Deolasee | 2015-06-18 11:54:22 +0000 |
commit | 17705af40dfb7aa7861066f4393bc77dc6b47bd4 (patch) | |
tree | 58260c87a580dc1504d2fc7f78442f833793b80e /src/backend/tcop/postgres.c | |
parent | 4b461e8357afee2715f90ed182a18cfe534513c6 (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