Re: tuple count and v3 functions in psql for COPY

From: Neil Conway <neilc(at)samurai(dot)com>
To: Volkan YAZICI <yazicivo(at)ttnet(dot)net(dot)tr>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: tuple count and v3 functions in psql for COPY
Date: 2005-12-22 17:53:10
Message-ID: 43AAE806.3030107@samurai.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2005-12-22 18:52:56 Re: tuple count and v3 functions in psql for COPY
Previous Message Tom Lane 2005-12-22 17:07:08 Re: [BUGS] My investigations of the postmaster Bus error