@@ -374,10 +374,10 @@ helpVariables(unsigned short int pager)
374374 " true if last query failed, else false\n" ));
375375 fprintf (output , _ (" FETCH_COUNT\n"
376376 " 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" ));
379377 fprintf (output , _ (" HIDE_TABLEAM\n"
380378 " 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" ));
381381 fprintf (output , _ (" HISTCONTROL\n"
382382 " controls command history [ignorespace, ignoredups, ignoreboth]\n" ));
383383 fprintf (output , _ (" HISTFILE\n"
@@ -489,10 +489,10 @@ helpVariables(unsigned short int pager)
489489 " same as the dbname connection parameter\n" ));
490490 fprintf (output , _ (" PGHOST\n"
491491 " same as the host connection parameter\n" ));
492- fprintf (output , _ (" PGPASSWORD\n"
493- " connection password (not recommended)\n" ));
494492 fprintf (output , _ (" PGPASSFILE\n"
495493 " password file name\n" ));
494+ fprintf (output , _ (" PGPASSWORD\n"
495+ " connection password (not recommended)\n" ));
496496 fprintf (output , _ (" PGPORT\n"
497497 " same as the port connection parameter\n" ));
498498 fprintf (output , _ (" PGUSER\n"
0 commit comments