Results messages in "results output" window - Mailing list pgadmin-support

From Edson Richter
Subject Results messages in "results output" window
Date
Msg-id BLU436-SMTP21978A49E266CDE87810630CF230@phx.gbl
Whole thread Raw
Responses Re: Results messages in "results output" window
List pgadmin-support
Dear friends,<br /><br /> I've been using PgAdmin 12.0.0 released on Jan 6, 2015, compiled in my Ubuntu 14.04 x64.<br
/>Nothing noticiable in terms of use (actually, there are few known bugs, but they don't bug me anyway).<br /><br /> I
wouldlike to know if there is any change to enable processing results to appear in Results output window when running a
scriptthe this one:<br /><br /> begin transaction;<br /> update mytable set factor_xy = 10 where factor_xy = 15 and
nature_id= 4;<br /> commit transaction;<br /><br /> Today I get the following output:<br /><br /> [QUERY    ] begin
transaction<br/> [QUERY    ] update mytable set factor_xy = 10 where factor_xy = 15 and nature_id = 4<br /> [QUERY    ]
rollbacktransaction<br /><br /> I would like to get something like:<br /><br /> [QUERY    ] begin transaction<br /><b>0
rowschanged.</b><br /> [QUERY    ] update mytable set factor_xy = 10 where factor_xy = 15 and nature_id = 4<br /><b>16
rowschanged.</b><br /> [QUERY    ] rollback transaction<br /><b>0 rows changed.</b><br /><br /><br /> Is there any
configurationI can change to get this?<br /><pre class="moz-signature" cols="72">--  
Atenciosamente,

Edson Carlos Ericksson Richter</pre>

pgadmin-support by date:

Previous
From: Scrooge
Date:
Subject: Re: PgAdmin III 1.20 error on Windows 7 (64 bits)
Next
From: Guillaume Lelarge
Date:
Subject: Re: Results messages in "results output" window