Re: Query Editor and SELECT output in transaction

2020-03-31 Thread Khushboo Vashi
Hi, On Tue, Mar 31, 2020 at 7:15 PM Yann Papouin wrote: > Hello, > > I want to test a simple update statement on pgAdmin (4.16 in a docker > container). > I'm running this update between BEGIN and ROLLBACK to not alter database > content: > > BEGIN; > UPDATE ---; > SELECT ---; > ROLLBACK; > > B

Query Editor and SELECT output in transaction

2020-03-31 Thread Yann Papouin
Hello, I want to test a simple update statement on pgAdmin (4.16 in a docker container). I'm running this update between BEGIN and ROLLBACK to not alter database content: BEGIN; UPDATE ---; SELECT ---; ROLLBACK; But pgAdmin does not print anything in the "Data Output" tab. Is it a normal behavio