Make the COPY command return a command tag that includes the number of

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 023570f5e3a1695cb3e906079e6b87ac3720d607
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2006-03-03T19:54:10Z
Releases: 8.2.0
Make the COPY command return a command tag that includes the number of
rows copied.  Backend side of Volkan Yazici's recent patch, with
corrections and documentation.

Files

PathChange+/−
doc/src/sgml/protocol.sgml modified +12 −3
doc/src/sgml/ref/copy.sgml modified +15 −1
src/backend/commands/copy.c modified +18 −2
src/backend/tcop/utility.c modified +8 −2
src/include/commands/copy.h modified +2 −2