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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove silly completion for "DELETE FROM tabname ...".
Date: 2015-12-20 23:30:14
Message-ID: E1aAnQc-0003xZ-FK@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/06d4fabfff6944eac905502cb3bf07953e9cfc50

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

Browse pgsql-committers by date

  From Date Subject
Next Message Stephen Frost 2015-12-21 15:35:24 pgsql: Make viewquery a copy in rewriteTargetView()
Previous Message Tom Lane 2015-12-20 18:28:34 pgsql: Teach psql's tab completion to consider the entire input string.