From: Peter Eisentraut Date: Fri, 24 Dec 2010 12:11:11 +0000 (+0200) Subject: Move the documentation of --no-security-label to a more sensible place X-Git-Tag: REL9_1_ALPHA3~22 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4b1742a192a60b9c063fd7e93f5aed7a697bece1;p=postgresql Move the documentation of --no-security-label to a more sensible place The order on the pg_dump/pg_dumpall man pages is not very strict, but surely putting it under connection options was wrong. --- diff --git a/doc/src/sgml/ref/pg_dump.sgml b/doc/src/sgml/ref/pg_dump.sgml index a3946fa662..fd13c0d9e7 100644 --- a/doc/src/sgml/ref/pg_dump.sgml +++ b/doc/src/sgml/ref/pg_dump.sgml @@ -645,6 +645,15 @@ PostgreSQL documentation + + + + + Do not dump security labels. + + + + @@ -778,15 +787,6 @@ PostgreSQL documentation - - - - - - Do not dump security labels. - - - diff --git a/doc/src/sgml/ref/pg_dumpall.sgml b/doc/src/sgml/ref/pg_dumpall.sgml index 3f6690cf40..39da0b2949 100644 --- a/doc/src/sgml/ref/pg_dumpall.sgml +++ b/doc/src/sgml/ref/pg_dumpall.sgml @@ -192,6 +192,15 @@ PostgreSQL documentation + + + + + Do not dump security labels. + + + + @@ -493,14 +502,6 @@ PostgreSQL documentation - - - - - Do not dump security labels. - - -