Results messages in "results output" window
От | Edson Richter |
---|---|
Тема | Results messages in "results output" window |
Дата | |
Msg-id | BLU436-SMTP21978A49E266CDE87810630CF230@phx.gbl обсуждение исходный текст |
Ответы |
Re: Results messages in "results output" window
|
Список | 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 по дате отправления: