mirror of
https://github.com/postgres/postgres.git
synced 2025-07-02 09:02:37 +03:00
Revert "psql: Show all query results by default"
This reverts commit 3a51306722
.
Per discussion, this patch had too many issues to resolve at this
point of the development cycle. We'll try again in the future.
Discussion: https://www.postgresql.org/message-id/flat/alpine.DEB.2.21.1904132231510.8961@lancre
This commit is contained in:
@ -4139,7 +4139,7 @@ psql_completion(const char *text, int start, int end)
|
||||
matches = complete_from_variables(text, "", "", false);
|
||||
else if (TailMatchesCS("\\set", MatchAny))
|
||||
{
|
||||
if (TailMatchesCS("AUTOCOMMIT|ON_ERROR_STOP|QUIET|SHOW_ALL_RESULTS|"
|
||||
if (TailMatchesCS("AUTOCOMMIT|ON_ERROR_STOP|QUIET|"
|
||||
"SINGLELINE|SINGLESTEP"))
|
||||
COMPLETE_WITH_CS("on", "off");
|
||||
else if (TailMatchesCS("COMP_KEYWORD_CASE"))
|
||||
|
Reference in New Issue
Block a user