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

Commit06ed235

Browse files
committed
Doc: clarify behavior of back-half options in pg_dump.
Options that change how the archive data is converted to SQL textare ignored when dumping to archive formats. The documentationpreviously said "not meaningful", which is not helpful.Discussion:https://postgr.es/m/161052021249.12228.9598689907884726185@wrigleys.postgresql.org
1 parentd168b66 commit06ed235

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,8 @@ PostgreSQL documentation
176176
</para>
177177

178178
<para>
179-
This option isonly meaningful for the plain-text format. For
180-
the archive formats, you can specify the option when you
179+
This option isignored when emitting an archive (non-text) output
180+
file. Forthe archive formats, you can specify the option when you
181181
call <command>pg_restore</command>.
182182
</para>
183183
</listitem>
@@ -208,8 +208,8 @@ PostgreSQL documentation
208208
</para>
209209

210210
<para>
211-
This option isonly meaningful for the plain-text format. For
212-
the archive formats, you can specify the option when you
211+
This option isignored when emitting an archive (non-text) output
212+
file. Forthe archive formats, you can specify the option when you
213213
call <command>pg_restore</command>.
214214
</para>
215215
</listitem>
@@ -456,8 +456,8 @@ PostgreSQL documentation
456456
</para>
457457

458458
<para>
459-
This option isonly meaningful for the plain-text format. For
460-
the archive formats, you can specify the option when you
459+
This option isignored when emitting an archive (non-text) output
460+
file. Forthe archive formats, you can specify the option when you
461461
call <command>pg_restore</command>.
462462
</para>
463463
</listitem>
@@ -693,8 +693,8 @@ PostgreSQL documentation
693693
</para>
694694

695695
<para>
696-
This option isonly meaningful for the plain-text format. For
697-
the archive formats, you can specify the option when you
696+
This option isignored when emitting an archive (non-text) output
697+
file. Forthe archive formats, you can specify the option when you
698698
call <command>pg_restore</command>.
699699
</para>
700700
</listitem>
@@ -924,8 +924,8 @@ PostgreSQL documentation
924924
</para>
925925

926926
<para>
927-
This option isonly meaningful for the plain-text format. For
928-
the archive formats, you can specify the option when you
927+
This option isignored when emitting an archive (non-text) output
928+
file. Forthe archive formats, you can specify the option when you
929929
call <command>pg_restore</command>.
930930
</para>
931931
</listitem>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp