@@ -131,11 +131,11 @@ main(int argc, char *argv[])
131
131
{"role" , required_argument , NULL , 3 },
132
132
{"use-set-session-authorization" , no_argument , & use_setsessauth , 1 },
133
133
{"no-publications" , no_argument , & no_publications , 1 },
134
+ {"no-role-passwords" , no_argument , & no_role_passwords , 1 },
134
135
{"no-security-labels" , no_argument , & no_security_labels , 1 },
135
136
{"no-subscriptions" , no_argument , & no_subscriptions , 1 },
136
137
{"no-sync" , no_argument , NULL , 4 },
137
138
{"no-unlogged-table-data" , no_argument , & no_unlogged_table_data , 1 },
138
- {"no-role-passwords" , no_argument , & no_role_passwords , 1 },
139
139
140
140
{NULL , 0 , NULL , 0 }
141
141
};
@@ -599,12 +599,12 @@ help(void)
599
599
printf (_ (" --if-exists use IF EXISTS when dropping objects\n" ));
600
600
printf (_ (" --inserts dump data as INSERT commands, rather than COPY\n" ));
601
601
printf (_ (" --no-publications do not dump publications\n" ));
602
+ printf (_ (" --no-role-passwords do not dump passwords for roles\n" ));
602
603
printf (_ (" --no-security-labels do not dump security label assignments\n" ));
603
604
printf (_ (" --no-subscriptions do not dump subscriptions\n" ));
604
605
printf (_ (" --no-sync do not wait for changes to be written safely to disk\n" ));
605
606
printf (_ (" --no-tablespaces do not dump tablespace assignments\n" ));
606
607
printf (_ (" --no-unlogged-table-data do not dump unlogged table data\n" ));
607
- printf (_ (" --no-role-passwords do not dump passwords for roles\n" ));
608
608
printf (_ (" --quote-all-identifiers quote all identifiers, even if not key words\n" ));
609
609
printf (_ (" --use-set-session-authorization\n"
610
610
" use SET SESSION AUTHORIZATION commands instead of\n"
0 commit comments