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

Поиск
Список
Период
Сортировка
От Ramanarayana
Тема Re: Add missing CREATE TABLE IF NOT EXISTS table_name AS EXECUTE query;
Дата
Msg-id CAKm4Xs5GU-ogL2u4CKCNoGxBK6t1ZXytPTcmubXDCVUJZLYCog@mail.gmail.com
обсуждение исходный текст
Ответ на 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;
Список pgsql-hackers
Hi,

Will it be helpful if the comments section of ExecuteStmt in gram.y is updated to include the IF NOT EXISTS clause.Something like this

CREATE TABLE <name> [IF NOT EXISTS] AS EXECUTE <plan_name> [(params, ...)]

Regards,
Ram.

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

Предыдущее
От: Julien Rouhaud
Дата:
Сообщение: Re: Should we increase the default vacuum_cost_limit?
Следующее
От: Paul Guo
Дата:
Сообщение: Re: Batch insert in CTAS/MatView code