]> granicus.if.org Git - postgresql/commit
Remove a couple hundred lines of ugly and tedious-to-maintain code by not
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 19 Sep 2009 21:51:21 +0000 (21:51 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 19 Sep 2009 21:51:21 +0000 (21:51 +0000)
commit94f238cf1a51308c2377ddcd63ecc447ecb94a68
tree62fc1bf279e2404dfe3e0865d640586f4e5aa6cb
parent9dcc9c6b3b08a046247f16c65d6c95b9b15e62a5
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
src/bin/psql/copy.c