Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a1b0035

Browse files
committed
Document pg_dump(all) --no-security-label instead of --security-label.
The former is the option actually supported by these commands.
1 parent 727a5a1 commit a1b0035

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

doc/src/sgml/ref/pg_dump.sgml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -780,11 +780,10 @@ PostgreSQL documentation
780780
</varlistentry>
781781

782782
<varlistentry>
783-
<term><option>--security-label</option></term>
783+
<term><option>--no-security-label</option></term>
784784
<listitem>
785785
<para>
786-
With this option, it also outputs security labels of database
787-
objects to be dumped, if labeled.
786+
Do not dump security labels.
788787
</para>
789788
</listitem>
790789
</varlistentry>

doc/src/sgml/ref/pg_dumpall.sgml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -494,11 +494,10 @@ PostgreSQL documentation
494494
</listitem>
495495
</varlistentry>
496496
<varlistentry>
497-
<term><option>--security-label</option></term>
497+
<term><option>--no-security-label</option></term>
498498
<listitem>
499499
<para>
500-
With this option, it also outputs security labels of database
501-
objects to be dumped, if labeled.
500+
Do not dump security labels.
502501
</para>
503502
</listitem>
504503
</varlistentry>

0 commit comments

Comments
 (0)