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>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><option>--security-label</option></term>
|
<term><option>--no-security-label</option></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
With this option, it also outputs security labels of database
|
Do not dump security labels.
|
||||||
objects to be dumped, if labeled.
|
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
@ -494,11 +494,10 @@ PostgreSQL documentation
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><option>--security-label</option></term>
|
<term><option>--no-security-label</option></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
With this option, it also outputs security labels of database
|
Do not dump security labels.
|
||||||
objects to be dumped, if labeled.
|
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user