mirror of
https://github.com/postgres/postgres.git
synced 2026-04-22 22:59:54 -04: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:
parent
cffca3665d
commit
b38bac26e2
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue