dalibo / pev2

Postgres Explain Visualizer 2
https://explain.dalibo.com
PostgreSQL License
2.58k stars 125 forks source link

Convert explain json to text #613

Open anayrat opened 10 months ago

anayrat commented 10 months ago

Hello, Thanks for this tool ! One thing that regularly annoy me, is that json output is completely unreadable for human.

One feature could be to convert the json output to text. I discovered a project doing this, but it is embedded in a sub-package: https://gitlab.com/postgres-ai/joe/-/blob/master/pkg/pgexplain/pgexplain.go?ref_type=heads

Regards,