AlexTatiyants / pev

Postgres Explain Visualizer
MIT License
2.77k stars 192 forks source link

Query on Upper Case #28

Open jonathanpdiaz opened 7 years ago

jonathanpdiaz commented 7 years ago

First, thanks for this amazing tool!

I was working comparing some queries and I decided to re-run one of them copying and pasting from the tool after a quick tweak. That's when I realized that I can't do it anymore since now the query has changed to upper case. I know that I could just save it in some other place, but it would be pretty neat if I can grab the query from the plan to run it again.

Thanks again!