diff --git a/src/bin/psql/tab-complete.c b/src/bin/psql/tab-complete.c index 63424c502b4..3d6ed8da207 100644 --- a/src/bin/psql/tab-complete.c +++ b/src/bin/psql/tab-complete.c @@ -2096,7 +2096,7 @@ psql_completion(char *text, int start, int end) pg_strcasecmp(prev2_wd, "FROM") == 0) { static const char *const list_DELETE[] = - {"USING", "WHERE", "SET", NULL}; + {"USING", "WHERE", NULL}; COMPLETE_WITH_LIST(list_DELETE); }