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

From: momjian(at)postgresql(dot)org (Bruce Momjian - CVS)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/ oc/src/sgml/ref/copy.sgml rc/backend/co ...
Date: 2002-07-30 16:55:06
Message-ID: 20020730165506.98BA8475CA1@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: momjian(at)postgresql(dot)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

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2002-07-30 16:55:45 pgsql/src backend/parser/gram.y backend/tcop/p ...
Previous Message Bruce Momjian - CVS 2002-07-30 16:40:34 pgsql/contrib Makefile README ltree/Makefile l ...