doc: clarify pg_dump --no-comments meaning as SQL comments
authorBruce Momjian <[email protected]>
Mon, 18 Nov 2024 21:30:33 +0000 (16:30 -0500)
committerBruce Momjian <[email protected]>
Mon, 18 Nov 2024 21:30:33 +0000 (16:30 -0500)
Discussion: https://postgr.es/m/[email protected]

Back-through: master

doc/src/sgml/ref/pg_dump.sgml

index ffc29b04fb7b08bec6c308473e6db4df7f7ac52c..d66e901f51b882e68a791b3648160be6ff9a4631 100644 (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>