mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-24 18:55:04 +08:00
Document pg_dump(all) --no-security-label instead of --security-label.
The former is the option actually supported by these commands.
This commit is contained in:
parent
727a5a1620
commit
a1b0035949
@ -780,11 +780,10 @@ PostgreSQL documentation
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>--security-label</option></term>
|
||||
<term><option>--no-security-label</option></term>
|
||||
<listitem>
|
||||
<para>
|
||||
With this option, it also outputs security labels of database
|
||||
objects to be dumped, if labeled.
|
||||
Do not dump security labels.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -494,11 +494,10 @@ PostgreSQL documentation
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><option>--security-label</option></term>
|
||||
<term><option>--no-security-label</option></term>
|
||||
<listitem>
|
||||
<para>
|
||||
With this option, it also outputs security labels of database
|
||||
objects to be dumped, if labeled.
|
||||
Do not dump security labels.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
Loading…
Reference in New Issue
Block a user