Re: ToDo: allow to get a number of processed rows by COPY statement

Kevin Grittner <kevin.grittner@wicourts.gov>

From: "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
To: "Pavel Stehule" <pavel.stehule@gmail.com>, "PostgreSQL Hackers" <pgsql-hackers@postgresql.org>
Date: 2011-10-07T18:17:12Z
Lists: pgsql-hackers
Pavel Stehule <pavel.stehule@gmail.com> wrote:
 
> There is not possible to get a number of processed rows when COPY
> is evaluated via SPI. Client can use a tag, but SPI doesn't use a
> tag.
> 
> I propose a small change a ProcessUtility to return a processed
> rows.
 
Please add this to the open CommitFest:
 
https://commitfest.postgresql.org/action/commitfest_view/open
 
-Kevin