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

Commitc77f311

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 parentbff8d0f commitc77f311

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>
@@ -455,8 +455,8 @@ PostgreSQL documentation
455455
</para>
456456

457457
<para>
458-
This option isonly meaningful for the plain-text format. For
459-
the archive formats, you can specify the option when you
458+
This option isignored when emitting an archive (non-text) output
459+
file. Forthe archive formats, you can specify the option when you
460460
call <command>pg_restore</command>.
461461
</para>
462462
</listitem>
@@ -702,8 +702,8 @@ PostgreSQL documentation
702702
</para>
703703

704704
<para>
705-
This option isonly meaningful for the plain-text format. For
706-
the archive formats, you can specify the option when you
705+
This option isignored when emitting an archive (non-text) output
706+
file. Forthe archive formats, you can specify the option when you
707707
call <command>pg_restore</command>.
708708
</para>
709709
</listitem>
@@ -933,8 +933,8 @@ PostgreSQL documentation
933933
</para>
934934

935935
<para>
936-
This option isonly meaningful for the plain-text format. For
937-
the archive formats, you can specify the option when you
936+
This option isignored when emitting an archive (non-text) output
937+
file. Forthe archive formats, you can specify the option when you
938938
call <command>pg_restore</command>.
939939
</para>
940940
</listitem>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp