EXPLAIN stored procedures

From: Jinhua Luo <luajit(dot)io(at)gmail(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: EXPLAIN stored procedures
Date: 2018-09-18 11:33:17
Message-ID: CAAc9rOyH_0Vk1PBEpg=V4Np2u9wS8kSwXx179yiLkW2Zk4nowg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

So how to review the plan by those extensions?

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Masahiko Sawada 2018-09-18 11:35:26 Re: Changing the setting of wal_sender_timeout per standby
Previous Message Prabhat Sahu 2018-09-18 11:07:48 Re: [HACKERS] Bug in to_timestamp().