diff options
Diffstat (limited to 'doc/src/sgml/ref/pg_dumpall.sgml')
-rw-r--r-- | doc/src/sgml/ref/pg_dumpall.sgml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/pg_dumpall.sgml b/doc/src/sgml/ref/pg_dumpall.sgml index c1fe50d1604..3f6690cf40c 100644 --- a/doc/src/sgml/ref/pg_dumpall.sgml +++ b/doc/src/sgml/ref/pg_dumpall.sgml @@ -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> |