]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Document pg_dump(all) --no-security-label instead of --security-label.
authorRobert Haas <rhaas@postgresql.org>
Fri, 24 Dec 2010 04:22:40 +0000 (23:22 -0500)
committerRobert Haas <rhaas@postgresql.org>
Fri, 24 Dec 2010 04:22:40 +0000 (23:22 -0500)
The former is the option actually supported by these commands.

doc/src/sgml/ref/pg_dump.sgml
doc/src/sgml/ref/pg_dumpall.sgml

index 8242b536d7319f8c2fac4f1310724cc0e0d6d087..a3946fa66266af96792c58d9d7e2ea69f6fa7ad6 100644 (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>
index c1fe50d1604d47996b2dbf2c7843ccf52914c0ce..3f6690cf40c4677b49c3b1d46a1a471d5d70ce63 100644 (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>