File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 579
579
<term><option>--no-comments</option></term>
580
580
<listitem>
581
581
<para>
582
- Do not dump comments.
582
+ Do not output commands to restore comments, even if the archive
583
+ contains them.
583
584
</para>
584
585
</listitem>
585
586
</varlistentry>
Original file line number Diff line number Diff line change @@ -483,7 +483,7 @@ usage(const char *progname)
483
483
printf (_ (" --disable-triggers disable triggers during data-only restore\n" ));
484
484
printf (_ (" --enable-row-security enable row security\n" ));
485
485
printf (_ (" --if-exists use IF EXISTS when dropping objects\n" ));
486
- printf (_ (" --no-comments do not dump comments\n" ));
486
+ printf (_ (" --no-comments do not restore comments\n" ));
487
487
printf (_ (" --no-data-for-failed-tables do not restore data of tables that could not be\n"
488
488
" created\n" ));
489
489
printf (_ (" --no-publications do not restore publications\n" ));
You can’t perform that action at this time.
0 commit comments