select open change scope Open full search

PG.CENTER connects PostgreSQL documentation, reference, and ecosystem knowledge. Maintained by Pigsty.

Extensions / Monitoring

explain_ui

easily jump into a visual plan UI for any SQL query

pgext.cloud · Source code · Control file

Overview

Packagepg_explain_ui
Version0.0.2
PostgreSQL versions14 · 15 · 16 · 17 · 18
RepositoryPIGSTY
Extension typeStandard
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableNo
Stars5
Latest commit2024-09-22
Catalogue updated2026-08-30

Related extensions

See also

pg_stat_plansTrack per-plan call counts, execution times, and example EXPLAIN texts.
pg_show_plansshow query plans of all currently running SQL statements
auto_explainProvides a means for logging execution plans of slow statements automatically
pg_stat_statementstrack planning and execution statistics of all SQL statements executed
pg_store_planstrack plan statistics of all SQL statements executed
pg_overexplainAllow EXPLAIN to dump even more details
pg_qualstatsAn extension collecting statistics about quals
online_advisorSuggest missing indexes and extended statistics online
pg_profilePostgreSQL load profile repository and report builder
powaPostgreSQL Workload Analyser-core