The attached patch (against HEAD) implements

Bruce Momjian <bruce@momjian.us>

Commit: a90db34b542d9f31582627a0bfa43901811b84b2
Author: Bruce Momjian <bruce@momjian.us>
Date: 2002-07-18T04:43:51Z
Releases: 7.3.1
The attached patch (against HEAD) implements

  COPY x (a,d,c,b) from stdin;
  COPY x (a,c) to stdout;

as well as the corresponding changes to pg_dump to use the new
functionality.  This functionality is not available when using
the BINARY option.  If a column is not specified in the COPY FROM
statement, its default values will be used.

In addition to this functionality, I tweaked a couple of the
error messages emitted by the new COPY <options> checks.

Brent Verner

Files