diff options
author | Peter Eisentraut | 2021-05-21 15:10:09 +0000 |
---|---|---|
committer | Peter Eisentraut | 2021-05-21 15:10:09 +0000 |
commit | 124966c1a35b950210e12048e64533963960febd (patch) | |
tree | f63ef1d573e05af50753328be07b1b1b7ec6bbbb /src/bin/psql/help.c | |
parent | 6d0eb38557155855539cd007f04736dc3b2ba16f (diff) |
Put some psql documentation pieces back into alphabetical order
Diffstat (limited to 'src/bin/psql/help.c')
-rw-r--r-- | src/bin/psql/help.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/bin/psql/help.c b/src/bin/psql/help.c index 97fc680f1f7..ba657789353 100644 --- a/src/bin/psql/help.c +++ b/src/bin/psql/help.c @@ -374,10 +374,10 @@ helpVariables(unsigned short int pager) " true if last query failed, else false\n")); fprintf(output, _(" FETCH_COUNT\n" " the number of result rows to fetch and display at a time (0 = unlimited)\n")); - fprintf(output, _(" HIDE_TOAST_COMPRESSION\n" - " if set, compression methods are not displayed\n")); fprintf(output, _(" HIDE_TABLEAM\n" " if set, table access methods are not displayed\n")); + fprintf(output, _(" HIDE_TOAST_COMPRESSION\n" + " if set, compression methods are not displayed\n")); fprintf(output, _(" HISTCONTROL\n" " controls command history [ignorespace, ignoredups, ignoreboth]\n")); fprintf(output, _(" HISTFILE\n" @@ -489,10 +489,10 @@ helpVariables(unsigned short int pager) " same as the dbname connection parameter\n")); fprintf(output, _(" PGHOST\n" " same as the host connection parameter\n")); - fprintf(output, _(" PGPASSWORD\n" - " connection password (not recommended)\n")); fprintf(output, _(" PGPASSFILE\n" " password file name\n")); + fprintf(output, _(" PGPASSWORD\n" + " connection password (not recommended)\n")); fprintf(output, _(" PGPORT\n" " same as the port connection parameter\n")); fprintf(output, _(" PGUSER\n" |