@@ -131,11 +131,11 @@ main(int argc, char *argv[])
131131 {"role" , required_argument , NULL , 3 },
132132 {"use-set-session-authorization" , no_argument , & use_setsessauth , 1 },
133133 {"no-publications" , no_argument , & no_publications , 1 },
134+ {"no-role-passwords" , no_argument , & no_role_passwords , 1 },
134135 {"no-security-labels" , no_argument , & no_security_labels , 1 },
135136 {"no-subscriptions" , no_argument , & no_subscriptions , 1 },
136137 {"no-sync" , no_argument , NULL , 4 },
137138 {"no-unlogged-table-data" , no_argument , & no_unlogged_table_data , 1 },
138- {"no-role-passwords" , no_argument , & no_role_passwords , 1 },
139139
140140 {NULL , 0 , NULL , 0 }
141141 };
@@ -599,12 +599,12 @@ help(void)
599599 printf (_ (" --if-exists use IF EXISTS when dropping objects\n" ));
600600 printf (_ (" --inserts dump data as INSERT commands, rather than COPY\n" ));
601601 printf (_ (" --no-publications do not dump publications\n" ));
602+ printf (_ (" --no-role-passwords do not dump passwords for roles\n" ));
602603 printf (_ (" --no-security-labels do not dump security label assignments\n" ));
603604 printf (_ (" --no-subscriptions do not dump subscriptions\n" ));
604605 printf (_ (" --no-sync do not wait for changes to be written safely to disk\n" ));
605606 printf (_ (" --no-tablespaces do not dump tablespace assignments\n" ));
606607 printf (_ (" --no-unlogged-table-data do not dump unlogged table data\n" ));
607- printf (_ (" --no-role-passwords do not dump passwords for roles\n" ));
608608 printf (_ (" --quote-all-identifiers quote all identifiers, even if not key words\n" ));
609609 printf (_ (" --use-set-session-authorization\n"
610610 " use SET SESSION AUTHORIZATION commands instead of\n"
0 commit comments