pgsql: Remove silly completion for "DELETE FROM tabname ...". - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Remove silly completion for "DELETE FROM tabname ...".
Date
Msg-id E1aAnQc-0003xb-FR@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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
------
REL9_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/6ecd7f501062eb5e38240b9eb02e86aed248bd34

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


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Teach psql's tab completion to consider the entire input string.
Next
From: Tom Lane
Date:
Subject: pgsql: Remove silly completion for "DELETE FROM tabname ...".