Remove a couple hundred lines of ugly and tedious-to-maintain code by not
Tom Lane <tgl@sss.pgh.pa.us>
Remove a couple hundred lines of ugly and tedious-to-maintain code by not trying to parse COPY options exactly in psql's \copy support. Instead, just send the options as-is and let the backend sort it out. Emmanuel Cecchet
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/psql/copy.c | modified | +47 −270 |