Remove silly completion for "DELETE FROM tabname ...".

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

Commit: 99ccb2309263183f0f3d838b79f3e07ad8cc6a63
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2015-12-20T23:29:51Z
Releases: 9.6.0
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.

Files

PathChange+/−
src/bin/psql/tab-complete.c modified +1 −1