Remove silly completion for "DELETE FROM tabname ...".
authorTom Lane
Sun, 20 Dec 2015 23:29:51 +0000 (18:29 -0500)
committerTom Lane
Sun, 20 Dec 2015 23:29:51 +0000 (18:29 -0500)
commit0c28e767c612c9e90ae8ab188cf9b21114a34ddc
tree13880c4cca993d252193111897f141af14870718
parent9ade78c65e1b98d2a8336be37d0442a53233c3b1
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