Re: [HACKERS] Status during copy [patch]

2003-06-07 Thread Bruce Momjian
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. --

Re: [HACKERS] Status during copy [patch]

2003-06-03 Thread Bruce Momjian
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

Re: [HACKERS] Status during copy [patch]

2003-06-03 Thread Tom Lane
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

Re: [HACKERS] Status during copy [patch]

2003-06-03 Thread Bruce Momjian
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.