explain prettier from Andrei Lepikhov strips platform-dependent noise from EXPLAIN output, keeps plan structure intact. Two functions, no deps.
pretty_explain_analyze() runs and cleans.
pretty_explain_text() filters existing output, useful without server access.
Check out the code: ⭐ https://github.com/danolivo/conf/blob/main/2026b-explain-prettier/explain-prettier.sql
Read the full write-up: 📖 https://www.pgedge.com/blog/explain-prettier-or-post-processing-query-plans-in-postgres
