Re: [pgAdmin4][Patch]: To exclude SELECT queries from transaction in query tool

2017-09-20 Thread Dave Page
Thanks, applied. On Wed, Sep 20, 2017 at 9:34 AM, Murtuza Zabuawala < murtuza.zabuaw...@enterprisedb.com> wrote: > Hi, > > PFA minor patch to fix the issue where we were executing SELECT statements > in transactions in query tool which probably is not required because SELECT > statements are alre

[pgAdmin4][Patch]: To exclude SELECT queries from transaction in query tool

2017-09-20 Thread Murtuza Zabuawala
Hi, PFA minor patch to fix the issue where we were executing SELECT statements in transactions in query tool which probably is not required because SELECT statements are already protected from dirty reads. RM#2683 -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterpr