diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-07-18 04:43:51 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-07-18 04:43:51 +0000 |
commit | a90db34b542d9f31582627a0bfa43901811b84b2 (patch) | |
tree | e0ac399fd5a3caddd24ac8c82d24a37deee4305a /src/backend/tcop/postgres.c | |
parent | fc5372e09930766f3559555e19262b4b861f3646 (diff) | |
download | postgresql-a90db34b542d9f31582627a0bfa43901811b84b2.tar.gz postgresql-a90db34b542d9f31582627a0bfa43901811b84b2.zip |
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
Diffstat (limited to 'src/backend/tcop/postgres.c')
0 files changed, 0 insertions, 0 deletions