@@ -374,10 +374,10 @@ helpVariables(unsigned short int pager)
374
374
" true if last query failed, else false\n" ));
375
375
fprintf (output , _ (" FETCH_COUNT\n"
376
376
" the number of result rows to fetch and display at a time (0 = unlimited)\n" ));
377
- fprintf (output , _ (" HIDE_TOAST_COMPRESSION\n"
378
- " if set, compression methods are not displayed\n" ));
379
377
fprintf (output , _ (" HIDE_TABLEAM\n"
380
378
" if set, table access methods are not displayed\n" ));
379
+ fprintf (output , _ (" HIDE_TOAST_COMPRESSION\n"
380
+ " if set, compression methods are not displayed\n" ));
381
381
fprintf (output , _ (" HISTCONTROL\n"
382
382
" controls command history [ignorespace, ignoredups, ignoreboth]\n" ));
383
383
fprintf (output , _ (" HISTFILE\n"
@@ -489,10 +489,10 @@ helpVariables(unsigned short int pager)
489
489
" same as the dbname connection parameter\n" ));
490
490
fprintf (output , _ (" PGHOST\n"
491
491
" same as the host connection parameter\n" ));
492
- fprintf (output , _ (" PGPASSWORD\n"
493
- " connection password (not recommended)\n" ));
494
492
fprintf (output , _ (" PGPASSFILE\n"
495
493
" password file name\n" ));
494
+ fprintf (output , _ (" PGPASSWORD\n"
495
+ " connection password (not recommended)\n" ));
496
496
fprintf (output , _ (" PGPORT\n"
497
497
" same as the port connection parameter\n" ));
498
498
fprintf (output , _ (" PGUSER\n"
0 commit comments