Remove silly completion for "DELETE FROM tabname ...".
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 20 Dec 2015 23:29:51 +0000 (18:29 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 20 Dec 2015 23:29:51 +0000 (18:29 -0500)
commit99ccb2309263183f0f3d838b79f3e07ad8cc6a63
tree6acc664d61a3ca7113aa5da16e38eda5c337afa7
parentd854118c8df8c413d069f7e88bb01b9e18e4c8ed
Remove silly completion for "DELETE FROM tabname ...".

psql offered USING, WHERE, and SET in this context, but SET is not a valid
possibility here.  Seems to have been a thinko in commit f5ab0a14ea83eb6c
which added DELETE's USING option.
src/bin/psql/tab-complete.c