Remove a couple hundred lines of ugly and tedious-to-maintain code by not

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 94f238cf1a51308c2377ddcd63ecc447ecb94a68
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2009-09-19T21:51:21Z
Releases: 9.0.0
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

PathChange+/−
src/bin/psql/copy.c modified +47 −270