Add COPY WITH CVS HEADER to allow a heading line as the first line in
Bruce Momjian <bruce@momjian.us>
Add COPY WITH CVS HEADER to allow a heading line as the first line in COPY. Andrew Dunstan
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/copy.sgml | modified | +18 −4 |
| src/backend/commands/copy.c | modified | +56 −10 |
| src/backend/parser/gram.y | modified | +7 −2 |
| src/backend/parser/keywords.c | modified | +2 −1 |
| src/bin/psql/copy.c | modified | +7 −1 |
| src/bin/psql/tab-complete.c | modified | +2 −2 |