Re: EXPLAIN with anonymous DO block?

Поиск
Список
Период
Сортировка
От Michael Lewis
Тема Re: EXPLAIN with anonymous DO block?
Дата
Msg-id CAHOFxGq=RuXOwLt5S7A-+zEyRP6J14Ym4R3TYRK55CEM3Vq+Pg@mail.gmail.com
обсуждение исходный текст
Ответ на EXPLAIN with anonymous DO block?  (Ron <ronljohnsonjr@gmail.com>)
Ответы Re: EXPLAIN with anonymous DO block?  ("David G. Johnston" <david.g.johnston@gmail.com>)
Список pgsql-general
It sounds like you are wanting to run 'explain analyze [query]' inside a loop inside a DO block. That isn't possible as far as I know, but auto_explain and log_nested_statements should be able to let you profile the whole thing and perhaps you can pick out the part you want from the logs.

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

Предыдущее
От: Ron
Дата:
Сообщение: EXPLAIN with anonymous DO block?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: EXPLAIN with anonymous DO block?