mirror of
https://github.com/postgres/postgres.git
synced 2025-06-11 20:28:21 +03: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:
@ -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>
|
||||
|
Reference in New Issue
Block a user