dalibo / pev2

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

Easy copy and paste of a table name & other things #568

Closed Krysztophe closed 2 weeks ago

Krysztophe commented 1 year ago

Very often, I copy-paste the name of the table from a node (and sometimes an index)

It becomes difficult, as the nodes closes or opens every time.

Os it possible to add a button to copy the table or index name? perhaps in the header?

In a more general way, I would be interested in the same button for every line of the Misc tab, and perhaps a button for each other tab of a node.

pgiraud commented 2 weeks ago

Fixed via #581

Krysztophe commented 2 weeks ago

thanks!