1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-31 03:21:24 +03:00

doc: clarify pg_dump --no-comments meaning as SQL comments

Discussion: https://postgr.es/m/ZyjdAjEsXbFPkD3t@momjian.us

Backpatch-through: master
This commit is contained in:
Bruce Momjian 2024-11-18 16:30:33 -05:00
parent cffca3665d
commit b38bac26e2

View File

@ -1075,7 +1075,7 @@ PostgreSQL documentation
<term><option>--no-comments</option></term>
<listitem>
<para>
Do not dump comments.
Do not dump <command>COMMENT</command> commands.
</para>
</listitem>
</varlistentry>