]> granicus.if.org Git - postgresql/commit
Make USING and WITH optional to bring the syntax of \copy into exact
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 28 Jan 2004 22:14:04 +0000 (22:14 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 28 Jan 2004 22:14:04 +0000 (22:14 +0000)
commit18f9d7c74e28710723ef408b939f36246390d1e1
tree2e652eff0f72edf4f3e3b438996934521722736f
parent2f0d43b251f5bfc257d45835965861202fcd263b
Make USING and WITH optional to bring the syntax of \copy into exact
agreement with what the backend grammar actually accepts (which is a
bit looser than what its documentation claims).  Per report from Bill
Moran, though I did not use his patch since it removed all the
undocumented flexibility that the code historically had and the backend
still has.
src/bin/psql/copy.c