Prevent psql \copy from accepting multiple string parameters, e.g.
Bruce Momjian <bruce@momjian.us>
Prevent psql \copy from accepting multiple string parameters, e.g. test=> \copy billing_data from ../BillingSamplePricerFile.csv with csv header quote as '"' null as 'abc' null as '123' \copy: parse error at "null" Per report from Stephen Frost
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/psql/copy.c | modified | +13 −1 |