Re: [PATCHES] Patches to get number of tuples affected - Mailing list pgsql-hackers

From D'Arcy" "J.M." Cain
Subject Re: [PATCHES] Patches to get number of tuples affected
Date
Msg-id m10zOt4-0000bFC@druid.net
Whole thread Raw
In response to Patches to get number of tuples affected  (Michael Richards <miker@scifair.acadiau.ca>)
Responses Re: [PATCHES] Patches to get number of tuples affected
List pgsql-hackers
Thus spake Michael Richards
> Here are some diffs that implement a function called TuplesAffected. It
> returns the number of tuples the last command affected, or 0 if the last
> command was a SELECT. I added it to the PgConnection because it contains

Why not overload PGTuples() instead (assuming it doesn't already do this)?

-- 
D'Arcy J.M. Cain <darcy@{druid|vex}.net>   |  Democracy is three wolves
http://www.druid.net/darcy/                |  and a sheep voting on
+1 416 424 2871     (DoD#0082)    (eNTP)   |  what's for dinner.


pgsql-hackers by date:

Previous
From: Edmund Mergl
Date:
Subject: Re: [HACKERS] Perl library (was Building Postgres)
Next
From: Michael Richards
Date:
Subject: Re: [PATCHES] Patches to get number of tuples affected