Re: EXPLAIN stored procedures

From: Andrew Gierth <andrew(at)tao11(dot)riddles(dot)org(dot)uk>
To: Jinhua Luo <luajit(dot)io(at)gmail(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: EXPLAIN stored procedures
Date: 2018-09-18 12:02:02
Message-ID: 87zhwfhv54.fsf@news-spur.riddles.org.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>>>>> "Jinhua" == Jinhua Luo <luajit(dot)io(at)gmail(dot)com> writes:

Jinhua> Normally, EXPLAIN do not include the commands by stored
Jinhua> procedures, e.g. aggregated function, trigger, correct?

Jinhua> So how to review the plan by those extensions?

auto_explain with its log_nested_statements option

--
Andrew (irc:RhodiumToad)

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Krasiyan Andreev 2018-09-18 12:05:07 Re: Add RESPECT/IGNORE NULLS and FROM FIRST/LAST options
Previous Message Thomas Munro 2018-09-18 11:54:24 Re: [PATCH] Fix for infinite signal loop in parallel scan