Re: Add missing CREATE TABLE IF NOT EXISTS table_name AS EXECUTE query;
Andreas Karlsson <andreas@proxel.se>
From: Andreas Karlsson <andreas@proxel.se>
To: Michael Paquier <michael@paquier.xyz>
Cc: PostgreSQL Developers <pgsql-hackers@lists.postgresql.org>
Date: 2019-02-06T15:23:44Z
Lists: pgsql-hackers
Attachments
- ctas-exec-ifne-v2.sql (application/sql)
On 2/6/19 12:49 PM, Michael Paquier wrote: > A test case in select_into.sql would be nice. Should we back-patch > that? It seems to me that this qualifies as a bug fix, and I don't > see a reason to not support it knowing that we have the infrastructure > for that. I added a test in create_table.sql where the test for the other form of CTAS IF NOT EXISTS is. I have no idea if something like this should be back patched. I will add it to the commit fest either way so it is not lost. Andreas
Commits
-
Fix support for CREATE TABLE IF NOT EXISTS AS EXECUTE
- 06cdab9df413 9.5.17 landed
- d08fae3773ea 9.6.13 landed
- 3a2923a9bfd8 10.8 landed
- 75aba11ec5ed 11.3 landed
- 331a613e9d36 12.0 landed