1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-01 14:21:49 +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> <term><option>--no-comments</option></term>
<listitem> <listitem>
<para> <para>
Do not dump comments. Do not dump <command>COMMENT</command> commands.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>