Обсуждение: pgsql: Remove silly completion for "DELETE FROM tabname ...".

Поиск
Список
Период
Сортировка

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

От
Tom Lane
Дата:
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_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/0c28e767c612c9e90ae8ab188cf9b21114a34ddc

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