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