Results messages in "results output" window

From: Edson Richter <edsonrichter(at)hotmail(dot)com>
To: pgadmin-support(at)postgresql(dot)org
Subject: Results messages in "results output" window
Date: 2015-02-13 17:38:56
Message-ID: BLU436-SMTP21978A49E266CDE87810630CF230@phx.gbl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Dear friends,

I've been using PgAdmin 12.0.0 released on Jan 6, 2015, compiled in my
Ubuntu 14.04 x64.
Nothing noticiable in terms of use (actually, there are few known bugs,
but they don't bug me anyway).

I would like to know if there is any change to enable processing results
to appear in Results output window when running a script the this one:

begin transaction;
update mytable set factor_xy = 10 where factor_xy = 15 and nature_id = 4;
commit transaction;

Today I get the following output:

[QUERY ] begin transaction
[QUERY ] update mytable set factor_xy = 10 where factor_xy = 15 and
nature_id = 4
[QUERY ] rollback transaction

I would like to get something like:

[QUERY ] begin transaction
*0 rows changed.*
[QUERY ] update mytable set factor_xy = 10 where factor_xy = 15 and
nature_id = 4
*16 rows changed.*
[QUERY ] rollback transaction
*0 rows changed.*

Is there any configuration I can change to get this?

--
Atenciosamente,

Edson Carlos Ericksson Richter

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Guillaume Lelarge 2015-02-13 17:46:07 Re: Results messages in "results output" window
Previous Message Scrooge 2015-02-12 14:23:53 Re: PgAdmin III 1.20 error on Windows 7 (64 bits)