[pgadmin-support] PgAdmin 1.20 crash on start(OS X 10.10.1)

2015-04-11 Thread Sergey P
Hi! PgAdmin 1.20 crash on start(OS X 10.10.1). == Error log: ——— Process: pgAdmin3 [18652] Path: /Applications/pgAdmin3.app/Contents/MacOS/pgAdmin3 Identifier:org.postgresql.pgadmin Version: ??? Code Type

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.