File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -863,7 +863,7 @@ help(const char *progname)
863863printf (_ (" --serializable-deferrable wait until the dump can run without anomalies\n" ));
864864printf (_ (" --role=ROLENAME do SET ROLE before dump\n" ));
865865printf (_ (" --no-security-label do not dump security label assignments\n" ));
866- printf (_ (" --no-unlogged-table-data do not dump unlogged table data\n" ));
866+ printf (_ (" --no-unlogged-table-data do not dump unlogged table data\n" ));
867867printf (_ (" --use-set-session-authorization\n"
868868 " use SET SESSION AUTHORIZATION commands instead of\n"
869869" ALTER OWNER commands to set ownership\n" ));
Original file line number Diff line number Diff line change @@ -554,7 +554,7 @@ help(void)
554554printf (_ (" --quote-all-identifiers quote all identifiers, even if not keywords\n" ));
555555printf (_ (" --role=ROLENAME do SET ROLE before dump\n" ));
556556printf (_ (" --no-security-label do not dump security label assignments\n" ));
557- printf (_ (" --no-unlogged-table-data do not dump unlogged table data\n" ));
557+ printf (_ (" --no-unlogged-table-data do not dump unlogged table data\n" ));
558558printf (_ (" --use-set-session-authorization\n"
559559 " use SET SESSION AUTHORIZATION commands instead of\n"
560560" ALTER OWNER commands to set ownership\n" ));
You can’t perform that action at this time.
0 commit comments