Added to TODO:
o Have COPY return number of rows loaded/unloaded
This is a backend change to return the number of rows affected as part
of the command status string returned, like we do with UPDATE/INSERT/DELETE.
--
Yes, completely agree. Added to TODO:
> o Return the number of rows loaded/unloaded
---
Tom Lane wrote:
> Bruce Momjian <[EMAIL PROTECTED]> writes:
> > How do people feel about this patch? Currently COPY doesn't ev
Bruce Momjian <[EMAIL PROTECTED]> writes:
> How do people feel about this patch? Currently COPY doesn't even return
> a line count of the number of lines processed, while this patch would
> make psql \copy produce date/time and count every 1000 rows, then print
> a similar completion message.
See
How do people feel about this patch? Currently COPY doesn't even return
a line count of the number of lines processed, while this patch would
make psql \copy produce date/time and count every 1000 rows, then print
a similar completion message.