summaryrefslogtreecommitdiff
path: root/src/bin/psql/help.c
diff options
context:
space:
mode:
authorPeter Eisentraut2021-04-15 17:41:42 +0000
committerPeter Eisentraut2021-04-15 17:42:55 +0000
commitfae65629cec824738ee11bf60f757239906d64fa (patch)
tree9430fa034187059c6fa5f971bf3c6aa915e0ecc7 /src/bin/psql/help.c
parente2e2efca85b4857361780ed0c736c2a44edb458a (diff)
Revert "psql: Show all query results by default"
This reverts commit 3a5130672296ed4e682403a77a9a3ad3d21cef75. 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
Diffstat (limited to 'src/bin/psql/help.c')
-rw-r--r--src/bin/psql/help.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/bin/psql/help.c b/src/bin/psql/help.c
index 36501d5e2b9..8e3bb38ab1e 100644
--- a/src/bin/psql/help.c
+++ b/src/bin/psql/help.c
@@ -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"