pg_affected Change Request

From: "Jan" <jan(at)fastpitchcentral(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: pg_affected Change Request
Date: 2005-02-10 02:50:41
Message-ID: 000801c50f1b$51a61660$6501a8c0@hsd1.ga.comcast.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I've been using PostgreSQL for about three months. So far my only objection is that "pg_affected" provides the number of attempts rather than the number of rows that are actually changed. I could easily do that with a little counter.

I think PostgreSQL should be changed to return the number of rows actually changed (whether updated, inserted or deleted).

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ed L. 2005-02-10 03:07:03 Re: Understanding EXPLAIN ANALYZE output
Previous Message Joshua D. Drake 2005-02-10 02:49:10 Re: Understanding EXPLAIN ANALYZE output