From: Robert Haas Date: Fri, 24 Dec 2010 04:22:40 +0000 (-0500) Subject: Document pg_dump(all) --no-security-label instead of --security-label. X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/?a=commitdiff_plain;h=a1b0035949da09bb0f19d2d9c2d54ca54ca55752;p=users%2Fhanada%2Fpostgres.git Document pg_dump(all) --no-security-label instead of --security-label. The former is the option actually supported by these commands. --- diff --git a/doc/src/sgml/ref/pg_dump.sgml b/doc/src/sgml/ref/pg_dump.sgml index 8242b536d7..a3946fa662 100644 --- a/doc/src/sgml/ref/pg_dump.sgml +++ b/doc/src/sgml/ref/pg_dump.sgml @@ -780,11 +780,10 @@ PostgreSQL documentation - + - With this option, it also outputs security labels of database - objects to be dumped, if labeled. + Do not dump security labels. diff --git a/doc/src/sgml/ref/pg_dumpall.sgml b/doc/src/sgml/ref/pg_dumpall.sgml index c1fe50d160..3f6690cf40 100644 --- a/doc/src/sgml/ref/pg_dumpall.sgml +++ b/doc/src/sgml/ref/pg_dumpall.sgml @@ -494,11 +494,10 @@ PostgreSQL documentation - + - With this option, it also outputs security labels of database - objects to be dumped, if labeled. + Do not dump security labels.