Re: tuple count and v3 functions in psql for COPY - Mailing list pgsql-patches

From Neil Conway
Subject Re: tuple count and v3 functions in psql for COPY
Date
Msg-id 43AAE806.3030107@samurai.com
Whole thread Raw
In response to tuple count and v3 functions in psql for COPY  (Volkan YAZICI <yazicivo@ttnet.net.tr>)
List pgsql-patches
Volkan YAZICI wrote:
> I tried to prepare a patch for these TODO items:
>  - Have COPY return the number of rows loaded/unloaded?
>  - Update [pg_dump and] psql to use the new COPY libpq API.

I'll apply this today or tomorrow, barring any objections.

BTW, if we're using an int64 counter for the # of rows modified by COPY,
I wonder if it's also worth converting INSERT's rowcount to use an
int64. Any objections to doing that?

-Neil


pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: [BUGS] My investigations of the postmaster Bus error
Next
From: Tom Lane
Date:
Subject: Re: tuple count and v3 functions in psql for COPY