Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4b1742a

Browse files
committed
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, butsurely putting it under connection options was wrong.
1 parentb2fd345 commit4b1742a

File tree

2 files changed

+18
-17
lines changed

2 files changed

+18
-17
lines changed

‎doc/src/sgml/ref/pg_dump.sgml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -645,6 +645,15 @@ PostgreSQL documentation
645645
</listitem>
646646
</varlistentry>
647647

648+
<varlistentry>
649+
<term><option>--no-security-label</option></term>
650+
<listitem>
651+
<para>
652+
Do not dump security labels.
653+
</para>
654+
</listitem>
655+
</varlistentry>
656+
648657
<varlistentry>
649658
<term><option>--use-set-session-authorization</></term>
650659
<listitem>
@@ -778,15 +787,6 @@ PostgreSQL documentation
778787
</para>
779788
</listitem>
780789
</varlistentry>
781-
782-
<varlistentry>
783-
<term><option>--no-security-label</option></term>
784-
<listitem>
785-
<para>
786-
Do not dump security labels.
787-
</para>
788-
</listitem>
789-
</varlistentry>
790790
</variablelist>
791791
</para>
792792
</refsect1>

‎doc/src/sgml/ref/pg_dumpall.sgml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,15 @@ PostgreSQL documentation
192192
</listitem>
193193
</varlistentry>
194194

195+
<varlistentry>
196+
<term><option>--no-security-label</option></term>
197+
<listitem>
198+
<para>
199+
Do not dump security labels.
200+
</para>
201+
</listitem>
202+
</varlistentry>
203+
195204
<varlistentry>
196205
<term><option>-r</option></term>
197206
<term><option>--roles-only</option></term>
@@ -493,14 +502,6 @@ PostgreSQL documentation
493502
</para>
494503
</listitem>
495504
</varlistentry>
496-
<varlistentry>
497-
<term><option>--no-security-label</option></term>
498-
<listitem>
499-
<para>
500-
Do not dump security labels.
501-
</para>
502-
</listitem>
503-
</varlistentry>
504505
</variablelist>
505506
</para>
506507
</refsect1>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp