Re: making EXPLAIN extensible - Mailing list pgsql-hackers

From Pavel Luzanov
Subject Re: making EXPLAIN extensible
Date
Msg-id b86a0c27-a38b-4526-92bd-d9242dc91194@postgrespro.ru
Whole thread Raw
In response to Re: making EXPLAIN extensible  (Man Zeng <zengman@halodbtech.com>)
Responses Re: making EXPLAIN extensible
List 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

pgsql-hackers by date:

Previous
From: Richard Guo
Date:
Subject: Re: Assert failure in base_yyparse
Next
From: Shlok Kyal
Date:
Subject: Re: Restrict publishing of partitioned table with a foreign table as partition