Re: [pgadmin-support] Running explain analyze in a transaction

2015-04-11 Thread Guillaume Lelarge
Le 11 avr. 2015 01:44, "Tim Uckun" a écrit : > > I have been it in two steps but sometimes I jump on to another task and forget that I have an open transaction and shut down the app. > This shouldn't be an issue because the rollback is automatic this way. > Anyway I would like to request a featu

Re: [pgadmin-support] Running explain analyze in a transaction

2015-04-11 Thread Tim Uckun
I have been it in two steps but sometimes I jump on to another task and forget that I have an open transaction and shut down the app. Anyway I would like to request a feature to let me see intermediate results because for me anyway it's not unusual to chain multiple statements together. Thanks.