Re: [doc] EXPLAIN CREATE MATERIALIZED VIEW AS?

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: [doc] EXPLAIN CREATE MATERIALIZED VIEW AS?
Дата
Msg-id CAB7nPqSOTN=0KuP5aRn9m9ubsLrxiDZ=QUqtP+JnL6m4iPEopg@mail.gmail.com
обсуждение исходный текст
Ответ на [doc] EXPLAIN CREATE MATERIALIZED VIEW AS?  (Amit Langote <amitlangote09@gmail.com>)
Список pgsql-hackers
On Wed, Apr 16, 2014 at 12:35 PM, Amit Langote <amitlangote09@gmail.com> wrote:
> Hi,
>
> Attached adds CREATE MATERIALIZED VIEW AS to the list of statements
> that can be EXPLAINed.
Now that you mention that, REFRESH MATERIALIZED VIEW can be EXPLAIN'ed
as well, except that it returns that and does not error out:
=# explain refresh materialized view aam;
                QUERY PLAN
-------------------------------------------
 Utility statements have no plan structure
(1 row)
--
Michael


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

Предыдущее
От: Rod Taylor
Дата:
Сообщение: Re: How can we make beta testing better?
Следующее
От: Craig Ringer
Дата:
Сообщение: Re: Create function prototype as part of PG_FUNCTION_INFO_V1