Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1aq0ni-0002i7-Hm for pgadmin-hackers@arkaria.postgresql.org; Tue, 12 Apr 2016 16:04:26 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1aq0ni-00076S-42 for pgadmin-hackers@arkaria.postgresql.org; Tue, 12 Apr 2016 16:04:26 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1aq0nh-00075c-Kt for pgadmin-hackers@postgresql.org; Tue, 12 Apr 2016 16:04:25 +0000 Received: from mail-io0-x232.google.com ([2607:f8b0:4001:c06::232]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1aq0na-0002Lj-Hu for pgadmin-hackers@postgresql.org; Tue, 12 Apr 2016 16:04:24 +0000 Received: by mail-io0-x232.google.com with SMTP id u185so34127200iod.3 for ; Tue, 12 Apr 2016 09:04:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pgadmin-org.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc; bh=2CHjFQQXfKoQOYnt7Wd2mOuh/4iYWhb7J3Q9O8++XTo=; b=qQ86sNxSIMzzchEeI72GxJgFTChUMyuID9anNzHYchUcAexpuWKktyrDNqR7gerOJt yTvSPMKKRfs0PeGY4zXut2bqp4TEPh0g1qsoYVFV/lwgr2jrQyQ+kGRcQWkXIRQfPLL3 IE3D7rn5ppuhFpQMavTqjvgJI0x32ekDVtBbcArYluT2oyKK7yZ11ix3JnGLYcps+dJE yzgsnMUxQMv/mGk0mvUN8oUCOYRR99YIo1PQjEU/5turxQCQhkoDqdzgzIeXT0YzmUu4 EmzK+BD/hsU+YbluL8+g0dgrGH4ZN5REAfQh4N03oSZus45bMR33e+IXz+eQkR5zZkOV t02A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc; bh=2CHjFQQXfKoQOYnt7Wd2mOuh/4iYWhb7J3Q9O8++XTo=; b=lDHN8n1ToB/DyqG+gJDWbVmdC0FRs4WtxyqsFz59NM8ZNbeR/yWPC+PdLLtf1+cyxX smx5qHeNkesJdS4BpMmszhqekbniD0TKeNsrWa4h9l2aC/tXKt1VT1kPdpvOLVnTinJv kRyKaUqWI0lL+S7WPe9iPNPsXjnZy+ZqwhntkfMhyGsJQbG4c1kJR41pNSQgsWl7eccB T+YAJaSNoLfFOkjXtBLeKG0/CICysfAjuEFzUKSepBvKPGKQhAofyXq6bGVpC+gQ9P+r 0IWeH7XFnaWWDINvKAF/dkSVXBcpzTRRct1bSkErw701E2HiBRQE5HmVhyVK266mV5c2 nzcQ== X-Gm-Message-State: AOPr4FX1mlel6PfgYnKsypX3wjhV/7lkEqn8uAKG+5IO8EGl36upouxXb0HxU7vxUMIHdScDZQP5ca4Y0WEMcg== MIME-Version: 1.0 X-Received: by 10.107.12.224 with SMTP id 93mr5085910iom.70.1460477057779; Tue, 12 Apr 2016 09:04:17 -0700 (PDT) Received: by 10.64.105.131 with HTTP; Tue, 12 Apr 2016 09:04:17 -0700 (PDT) In-Reply-To: References: Date: Tue, 12 Apr 2016 17:04:17 +0100 Message-ID: Subject: Re: [pgAdmin4][Patch] Add affected row count support in psycopg2 From: Dave Page To: Akshay Joshi Cc: pgadmin-hackers Content-Type: multipart/alternative; boundary=001a113f91ae3b64f505304bd0c4 X-Pg-Spam-Score: -2.6 (--) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgadmin-hackers Precedence: bulk Sender: pgadmin-hackers-owner@postgresql.org --001a113f91ae3b64f505304bd0c4 Content-Type: text/plain; charset=UTF-8 Thanks, applied. On Tue, Apr 12, 2016 at 11:24 AM, Akshay Joshi < akshay.joshi@enterprisedb.com> wrote: > Hi All > > While implementing Query Tool, we need the affected row count for the > queries (DELETE, SELECT, UPDATE etc..) executed on the database server. I > have implemented the same. Attached is the patch file, please review it and > let me know the review comments if any. > > > -- > *Akshay Joshi* > *Principal Software Engineer * > > > > *Phone: +91 20-3058-9517 <%2B91%2020-3058-9517>Mobile: +91 976-788-8246* > > > -- > Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) > To make changes to your subscription: > http://www.postgresql.org/mailpref/pgadmin-hackers > > -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company --001a113f91ae3b64f505304bd0c4 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Thanks, applied.

On Tue, Apr 12, 2016 at 11:24 AM, Akshay Joshi <akshay.joshi@enterprisedb.com> wrote:
Hi All

While implementing Query Tool, we need the affected r= ow count for the queries=C2=A0(DELE= TE, SELECT, UPDATE etc..)=C2=A0executed on the database server. I have impl= emented the same. Attached is the patch file, please review it and let me k= now the review=C2=A0comments=C2=A0if any.=C2=A0


--
Akshay Joshi
= Principal Software En= gineer=C2=A0


Phone: +91 20-3058-9517
Mobile: +91 976-788-8246


--
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers=




--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsna= ke

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Co= mpany
--001a113f91ae3b64f505304bd0c4--