Re: Add missing CREATE TABLE IF NOT EXISTS table_name AS EXECUTEquery; - Mailing list pgsql-hackers

From Andreas Karlsson
Subject Re: Add missing CREATE TABLE IF NOT EXISTS table_name AS EXECUTEquery;
Date
Msg-id 2c6f2b5b-a673-fd1c-ad9c-1c7676cee7d6@proxel.se
Whole thread Raw
In response to Re: Add missing CREATE TABLE IF NOT EXISTS table_name AS EXECUTEquery;  (Michael Paquier <michael@paquier.xyz>)
Responses Re: Add missing CREATE TABLE IF NOT EXISTS table_name AS EXECUTEquery;  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
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

Attachment

pgsql-hackers by date:

Previous
From: "Timmer, Marius"
Date:
Subject: Re: [PATCH] pg_hba.conf : new auth option : clientcert=verify-full
Next
From: Tom Lane
Date:
Subject: Re: Refactoring IndexPath representation of index conditions