Re: Early WIP/PoC for inlining CTEs

Поиск
Список
Период
Сортировка
От Nico Williams
Тема Re: Early WIP/PoC for inlining CTEs
Дата
Msg-id 20180725183644.GO5695@localhost
обсуждение исходный текст
Ответ на Re: Early WIP/PoC for inlining CTEs  (Andrew Gierth <andrew@tao11.riddles.org.uk>)
Список pgsql-hackers
On Wed, Jul 25, 2018 at 05:08:43PM +0100, Andrew Gierth wrote:
>  Nico> It is possible to add a keyword for this purpose in the WITH syntax:
> 
>  Nico>     WITH   VIEW (...) AS a_view
> 
> The existing (and standard) syntax is WITH ctename AS (query).

Oy, I flubbed that up.

> Syntaxes that have been suggested for explicitly controlling the
> materialization are along the lines of:
> 
> WITH ctename AS [[NOT] MATERIALIZED] (query)
> 
> (MATERIALIZED is already an un-reserved keyword)

Works for me.


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

Предыдущее
От: Nico Williams
Дата:
Сообщение: Re: How can we submit code patches that implement our (pending)patents?
Следующее
От: Nico Williams
Дата:
Сообщение: Re: Early WIP/PoC for inlining CTEs