pgsql/ oc/src/sgml/ref/copy.sgml rc/backend/co ...

Started by Bruce Momjianalmost 24 years ago1 messagescomitters
Jump to latest
#1Bruce Momjian
bruce@momjian.us

CVSROOT: /cvsroot
Module name: pgsql
Changes by: momjian@postgresql.org 02/07/30 12:55:06

Modified files:
doc/src/sgml/ref: copy.sgml
src/backend/commands: copy.c
src/test/regress/expected: copy2.out
src/test/regress/sql: copy2.sql

Log message:
IMPROVED VERSION APPLIED:

The attached patch completes the following TODO item:

* Generate failure on short COPY lines rather than pad NULLs

I also restructed a lot of the existing COPY code, did some code
review on the column list patch sent in by Brent Verner a little
while ago, and added some regression tests. I also added an
explicit check (and resultant error) for extra data before
the end-of-line.

Neil Conway