]> granicus.if.org Git - postgresql/commit
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)
commit590d201ef73c7f34f919b8fd9ecf17d81de25aa4
tree4f5c1af01ad6cfe4f4ac1ad516c202f42b0a6bee
parent9f749267c431f93f688c4187437a527a13ac2d8d
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