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

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Add missing CREATE TABLE IF NOT EXISTS table_name AS EXECUTEquery;
Дата
Msg-id 20190310224220.GA1818@paquier.xyz
обсуждение исходный текст
Ответ на Re: Add missing CREATE TABLE IF NOT EXISTS table_name AS EXECUTE query;  (Ramanarayana <raam.soft@gmail.com>)
Список pgsql-hackers
On Sun, Mar 10, 2019 at 06:56:57PM +0530, Ramanarayana wrote:
> 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, ...)]

Not sure it helps much.  The other clauses don't include that much
details, and the grammar supported can be guessed easily from the
code.
--
Michael

Вложения

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

Предыдущее
От: David Rowley
Дата:
Сообщение: Re: [HACKERS] PATCH: multivariate histograms and MCV lists
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: Fwd: Add tablespace tap test to pg_rewind