summaryrefslogtreecommitdiff
path: root/src/bin/psql/tab-complete.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/psql/tab-complete.c')
-rw-r--r--src/bin/psql/tab-complete.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/bin/psql/tab-complete.c b/src/bin/psql/tab-complete.c
index bd042449691..677847e434e 100644
--- a/src/bin/psql/tab-complete.c
+++ b/src/bin/psql/tab-complete.c
@@ -4515,10 +4515,6 @@ psql_completion(const char *text, int start, int end)
}
}
}
- /* Complete ALTER DATABASE|ROLE|USER ... SET ... TO ... USER SET */
- else if (HeadMatches("ALTER", "DATABASE|ROLE|USER") &&
- TailMatches("SET", MatchAny, "TO|=", MatchAny))
- COMPLETE_WITH("USER SET");
/* START TRANSACTION */
else if (Matches("START"))