1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

clarify --no-comments option in --help and SGML files

The previous commit, b38bac26e2, missed these cases for dump/restore.

Reported-by: Tom Lane

Discussion: https://postgr.es/m/3495698.1731968093@sss.pgh.pa.us

Backpatch-through: master
This commit is contained in:
Bruce Momjian
2024-11-20 14:48:31 -05:00
parent 7074337698
commit f722dd32de
4 changed files with 4 additions and 4 deletions

View File

@ -417,7 +417,7 @@ exclude database <replaceable class="parameter">PATTERN</replaceable>
<term><option>--no-comments</option></term>
<listitem>
<para>
Do not dump comments.
Do not dump <command>COMMENT</command> commands.
</para>
</listitem>
</varlistentry>