pg_overexplain
pg_overexplain
Allow EXPLAIN to dump even more details
Overview
| ID | Extension | Package | Version | Category | License | Language |
|---|---|---|---|---|---|---|
| 6880 | pg_overexplain | pg_overexplain | 1.0 | STAT | PostgreSQL | C |
| Attribute | Has Binary | Has Library | Need Load | Has DDL | Relocatable | Trusted |
|---|---|---|---|---|---|---|
--sL--- | No | Yes | Yes | No | no | no |
| Relationships | |
|---|---|
| See Also | pg_profile pg_tracing pg_show_plans pg_stat_kcache pg_stat_monitor pg_qualstats pg_store_plans pg_track_settings |
Packages
| PG18 | PG17 | PG16 | PG15 | PG14 | PG13 |
|---|---|---|---|---|---|
1.0 | N/A | N/A | N/A | N/A | N/A |
This is a built-in contrib extension ship with the PostgreSQL kernel
Install
Add this extension to shared_preload_libraries:
shared_preload_libraries = 'pg_overexplain'; -- comma-separated listCreate this extension with:
CREATE EXTENSION pg_overexplain;Last updated on