File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -417,7 +417,7 @@ exclude database <replaceable class="parameter">PATTERN</replaceable>
417
417
<term><option>--no-comments</option></term>
418
418
<listitem>
419
419
<para>
420
- Do not dump comments .
420
+ Do not dump <command>COMMENT</command> commands .
421
421
</para>
422
422
</listitem>
423
423
</varlistentry>
Original file line number Diff line number Diff line change @@ -1212,7 +1212,7 @@ help(const char *progname)
1212
1212
" servers matching PATTERN\n"));
1213
1213
printf(_(" --inserts dump data as INSERT commands, rather than COPY\n"));
1214
1214
printf(_(" --load-via-partition-root load partitions via the root table\n"));
1215
- printf(_(" --no-comments do not dump comments \n"));
1215
+ printf(_(" --no-comments do not dump comment commands \n"));
1216
1216
printf(_(" --no-publications do not dump publications\n"));
1217
1217
printf(_(" --no-security-labels do not dump security label assignments\n"));
1218
1218
printf(_(" --no-subscriptions do not dump subscriptions\n"));
Original file line number Diff line number Diff line change @@ -662,7 +662,7 @@ help(void)
662
662
printf (_ (" --if-exists use IF EXISTS when dropping objects\n" ));
663
663
printf (_ (" --inserts dump data as INSERT commands, rather than COPY\n" ));
664
664
printf (_ (" --load-via-partition-root load partitions via the root table\n" ));
665
- printf (_ (" --no-comments do not dump comments \n" ));
665
+ printf (_ (" --no-comments do not dump comment commands \n" ));
666
666
printf (_ (" --no-publications do not dump publications\n" ));
667
667
printf (_ (" --no-role-passwords do not dump passwords for roles\n" ));
668
668
printf (_ (" --no-security-labels do not dump security label assignments\n" ));
Original file line number Diff line number Diff line change @@ -484,7 +484,7 @@ usage(const char *progname)
484
484
printf (_ (" --filter=FILENAME restore or skip objects based on expressions\n"
485
485
" in FILENAME\n" ));
486
486
printf (_ (" --if-exists use IF EXISTS when dropping objects\n" ));
487
- printf (_ (" --no-comments do not restore comments \n" ));
487
+ printf (_ (" --no-comments do not restore comment commands \n" ));
488
488
printf (_ (" --no-data-for-failed-tables do not restore data of tables that could not be\n"
489
489
" created\n" ));
490
490
printf (_ (" --no-publications do not restore publications\n" ));
You can’t perform that action at this time.
0 commit comments