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

Commit2d19f13

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 parent4bcccea commit2d19f13

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
@@ -160,8 +160,8 @@ PostgreSQL documentation
160160
</para>
161161

162162
<para>
163-
This option isonly meaningful for the plain-text format. For
164-
the archive formats, you can specify the option when you
163+
This option isignored when emitting an archive (non-text) output
164+
file. Forthe archive formats, you can specify the option when you
165165
call <command>pg_restore</command>.
166166
</para>
167167
</listitem>
@@ -181,8 +181,8 @@ PostgreSQL documentation
181181
</para>
182182

183183
<para>
184-
This option isonly meaningful for the plain-text format. For
185-
the archive formats, you can specify the option when you
184+
This option isignored when emitting an archive (non-text) output
185+
file. Forthe archive formats, you can specify the option when you
186186
call <command>pg_restore</command>.
187187
</para>
188188
</listitem>
@@ -440,8 +440,8 @@ PostgreSQL documentation
440440
</para>
441441

442442
<para>
443-
This option isonly meaningful for the plain-text format. For
444-
the archive formats, you can specify the option when you
443+
This option isignored when emitting an archive (non-text) output
444+
file. Forthe archive formats, you can specify the option when you
445445
call <command>pg_restore</command>.
446446
</para>
447447
</listitem>
@@ -679,8 +679,8 @@ PostgreSQL documentation
679679
</para>
680680

681681
<para>
682-
This option isonly meaningful for the plain-text format. For
683-
the archive formats, you can specify the option when you
682+
This option isignored when emitting an archive (non-text) output
683+
file. Forthe archive formats, you can specify the option when you
684684
call <command>pg_restore</command>.
685685
</para>
686686
</listitem>
@@ -802,8 +802,8 @@ PostgreSQL documentation
802802
</para>
803803

804804
<para>
805-
This option isonly meaningful for the plain-text format. For
806-
the archive formats, you can specify the option when you
805+
This option isignored when emitting an archive (non-text) output
806+
file. Forthe archive formats, you can specify the option when you
807807
call <command>pg_restore</command>.
808808
</para>
809809
</listitem>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp