projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
| inline |
side by side
(parent:
cffca36
)
doc: clarify pg_dump --no-comments meaning as SQL comments
author
Bruce Momjian
<
[email protected]
>
Mon, 18 Nov 2024 21:30:33 +0000
(16:30 -0500)
committer
Bruce 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
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/pg_dump.sgml
b/doc/src/sgml/ref/pg_dump.sgml
index ffc29b04fb7b08bec6c308473e6db4df7f7ac52c..d66e901f51b882e68a791b3648160be6ff9a4631 100644
(file)
--- a/
doc/src/sgml/ref/pg_dump.sgml
+++ b/
doc/src/sgml/ref/pg_dump.sgml
@@
-1075,7
+1075,7
@@
PostgreSQL documentation
<term><option>--no-comments</option></term>
<listitem>
<para>
- Do not dump
comment
s.
+ Do not dump
<command>COMMENT</command> command
s.
</para>
</listitem>
</varlistentry>