mirror of
https://github.com/postgres/postgres.git
synced 2025-07-07 00:36:50 +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:
@ -411,8 +411,6 @@ helpVariables(unsigned short int pager)
|
||||
fprintf(output, _(" SERVER_VERSION_NAME\n"
|
||||
" SERVER_VERSION_NUM\n"
|
||||
" server's version (in short string or numeric format)\n"));
|
||||
fprintf(output, _(" SHOW_ALL_RESULTS\n"
|
||||
" show all results of a combined query (\\;) instead of only the last\n"));
|
||||
fprintf(output, _(" SHOW_CONTEXT\n"
|
||||
" controls display of message context fields [never, errors, always]\n"));
|
||||
fprintf(output, _(" SINGLELINE\n"
|
||||
|
Reference in New Issue
Block a user