Thread: pgsql: Remove silly completion for "DELETE FROM tabname ...".

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

From
Tom Lane
Date:
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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/99ccb2309263183f0f3d838b79f3e07ad8cc6a63

Modified Files
--------------
src/bin/psql/tab-complete.c |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)