Re: making EXPLAIN extensible

From: Pavel Luzanov <p(dot)luzanov(at)postgrespro(dot)ru>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: making EXPLAIN extensible
Date: 2025-03-28 09:39:31
Message-ID: b86a0c27-a38b-4526-92bd-d9242dc91194@postgrespro.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

One more suggestion to improve the documentation.
It lacks installations actions, something like in auto_explain:

To use pg_overexplain, simply load it into the server.
You can load it into an individual session:

LOAD 'pg_overexplain';

(You must be superuser to do that.)
Another way is to preload it into some or all sessions
by including pg_overexplain in session_preload_libraries
or shared_preload_libraries in postgresql.conf.

--
Pavel Luzanov
Postgres Professional:https://postgrespro.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Shlok Kyal 2025-03-28 09:43:44 Re: Restrict publishing of partitioned table with a foreign table as partition
Previous Message Richard Guo 2025-03-28 09:34:48 Re: Assert failure in base_yyparse