Query Editor and SELECT output in transaction - Mailing list pgadmin-support

From Yann Papouin
Subject Query Editor and SELECT output in transaction
Date
Msg-id CAFtnWX25JMawY+XnDKoVur97CcZruo9gRzSnqRNabZkr4EKXYQ@mail.gmail.com
Whole thread Raw
Responses Re: Query Editor and SELECT output in transaction  (Khushboo Vashi <khushboo.vashi@enterprisedb.com>)
List pgadmin-support
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 behaviour ?
If I remove BEGIN and ROLLBACK, then the SELECT statement is correctly printed.

Best regards,
Yann.

pgadmin-support by date:

Previous
From: Dave Page
Date:
Subject: Re: ASC files not verifying Windows pgAdmin 4 installers
Next
From: J Paz
Date:
Subject: RE: ASC files not verifying Windows pgAdmin 4 installers