Re: Documentation/help for materialized and recursive views

Поиск
Список
Период
Сортировка
От Nicolas Barbier
Тема Re: Documentation/help for materialized and recursive views
Дата
Msg-id CAP-rdTbKr6Tu1h0tC+aOBrPT6YY9CN_+cQhixk_Ds-Jd7k+2Mw@mail.gmail.com
обсуждение исходный текст
Ответ на Documentation/help for materialized and recursive views  (Magnus Hagander <magnus@hagander.net>)
Ответы Re: Documentation/help for materialized and recursive views  (Magnus Hagander <magnus@hagander.net>)
Список pgsql-hackers
2013/6/27 Magnus Hagander <magnus@hagander.net>:

> Is there a particular reason why CREATE RECURSIVE VIEW is part of the
> help for CREATE VIEW, but CREATE MATERIALIZED VIEW doesn't show up
> there?
>
> I realize the technical reason (they're different man pages, and that
> also controls what's in \h in psql which is where I ran into it), but
> was there any particular reason to split those up in the first place?

Normal views are an abstraction layer, while materialized views
(despite containing the word “view”) are mainly a performance tool (in
a way similar to indexes).

The functionality of materialized views will (over time) totally swamp
that of normal views, so mixing all the corresponding documentation
with the documentation for normal views probably doesn’t make things
easier for people that are only interested in normal views.

Nicolas

--
A. Because it breaks the logical sequence of discussion.
Q. Why is top posting bad?



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

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: FILTER for aggregates [was Re: Department of Redundancy Department: makeNode(FuncCall) division]
Следующее
От: Szymon Guz
Дата:
Сообщение: Re: [PATCH] Fix conversion for Decimal arguments in plpython functions