Re: Add missing CREATE TABLE IF NOT EXISTS table_name AS EXECUTEquery;

Поиск
Список
Период
Сортировка
От Andreas Karlsson
Тема Re: Add missing CREATE TABLE IF NOT EXISTS table_name AS EXECUTEquery;
Дата
Msg-id 2c6f2b5b-a673-fd1c-ad9c-1c7676cee7d6@proxel.se
обсуждение исходный текст
Ответ на Re: Add missing CREATE TABLE IF NOT EXISTS table_name AS EXECUTEquery;  (Michael Paquier <michael@paquier.xyz>)
Ответы Re: Add missing CREATE TABLE IF NOT EXISTS table_name AS EXECUTEquery;  (Michael Paquier <michael@paquier.xyz>)
Список 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

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Timmer, Marius"
Дата:
Сообщение: Re: [PATCH] pg_hba.conf : new auth option : clientcert=verify-full
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Refactoring IndexPath representation of index conditions