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:
Robert Haas 2010-12-23 23:22:40 -05:00
parent 727a5a1620
commit a1b0035949
2 changed files with 4 additions and 6 deletions

View File

@ -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>

View File

@ -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>