aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2010-12-24 14:11:11 +0200
committerPeter Eisentraut <peter_e@gmx.net>2010-12-24 14:11:11 +0200
commit4b1742a192a60b9c063fd7e93f5aed7a697bece1 (patch)
tree6151a5e6a917c5716bda87145a60282b34b99dad
parentb2fd345ab9ef5857ff42e6d81d57a0f15247b430 (diff)
downloadpostgresql-4b1742a192a60b9c063fd7e93f5aed7a697bece1.tar.gz
postgresql-4b1742a192a60b9c063fd7e93f5aed7a697bece1.zip
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.
-rw-r--r--doc/src/sgml/ref/pg_dump.sgml18
-rw-r--r--doc/src/sgml/ref/pg_dumpall.sgml17
2 files changed, 18 insertions, 17 deletions
diff --git a/doc/src/sgml/ref/pg_dump.sgml b/doc/src/sgml/ref/pg_dump.sgml
index a3946fa6626..fd13c0d9e75 100644
--- a/doc/src/sgml/ref/pg_dump.sgml
+++ b/doc/src/sgml/ref/pg_dump.sgml
@@ -646,6 +646,15 @@ PostgreSQL documentation
</varlistentry>
<varlistentry>
+ <term><option>--no-security-label</option></term>
+ <listitem>
+ <para>
+ Do not dump security labels.
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
<term><option>--use-set-session-authorization</></term>
<listitem>
<para>
@@ -778,15 +787,6 @@ PostgreSQL documentation
</para>
</listitem>
</varlistentry>
-
- <varlistentry>
- <term><option>--no-security-label</option></term>
- <listitem>
- <para>
- Do not dump security labels.
- </para>
- </listitem>
- </varlistentry>
</variablelist>
</para>
</refsect1>
diff --git a/doc/src/sgml/ref/pg_dumpall.sgml b/doc/src/sgml/ref/pg_dumpall.sgml
index 3f6690cf40c..39da0b29490 100644
--- a/doc/src/sgml/ref/pg_dumpall.sgml
+++ b/doc/src/sgml/ref/pg_dumpall.sgml
@@ -193,6 +193,15 @@ PostgreSQL documentation
</varlistentry>
<varlistentry>
+ <term><option>--no-security-label</option></term>
+ <listitem>
+ <para>
+ Do not dump security labels.
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
<term><option>-r</option></term>
<term><option>--roles-only</option></term>
<listitem>
@@ -493,14 +502,6 @@ PostgreSQL documentation
</para>
</listitem>
</varlistentry>
- <varlistentry>
- <term><option>--no-security-label</option></term>
- <listitem>
- <para>
- Do not dump security labels.
- </para>
- </listitem>
- </varlistentry>
</variablelist>
</para>
</refsect1>