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

Commit0363b7e

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 parent0b2ae3c commit0363b7e

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
@@ -178,8 +178,8 @@ PostgreSQL documentation
178178
</para>
179179

180180
<para>
181-
This option isonly meaningful for the plain-text format. For
182-
the archive formats, you can specify the option when you
181+
This option isignored when emitting an archive (non-text) output
182+
file. Forthe archive formats, you can specify the option when you
183183
call <command>pg_restore</command>.
184184
</para>
185185
</listitem>
@@ -210,8 +210,8 @@ PostgreSQL documentation
210210
</para>
211211

212212
<para>
213-
This option isonly meaningful for the plain-text format. For
214-
the archive formats, you can specify the option when you
213+
This option isignored when emitting an archive (non-text) output
214+
file. Forthe archive formats, you can specify the option when you
215215
call <command>pg_restore</command>.
216216
</para>
217217
</listitem>
@@ -457,8 +457,8 @@ PostgreSQL documentation
457457
</para>
458458

459459
<para>
460-
This option isonly meaningful for the plain-text format. For
461-
the archive formats, you can specify the option when you
460+
This option isignored when emitting an archive (non-text) output
461+
file. Forthe archive formats, you can specify the option when you
462462
call <command>pg_restore</command>.
463463
</para>
464464
</listitem>
@@ -698,8 +698,8 @@ PostgreSQL documentation
698698
</para>
699699

700700
<para>
701-
This option isonly meaningful for the plain-text format. For
702-
the archive formats, you can specify the option when you
701+
This option isignored when emitting an archive (non-text) output
702+
file. Forthe archive formats, you can specify the option when you
703703
call <command>pg_restore</command>.
704704
</para>
705705
</listitem>
@@ -899,8 +899,8 @@ PostgreSQL documentation
899899
</para>
900900

901901
<para>
902-
This option isonly meaningful for the plain-text format. For
903-
the archive formats, you can specify the option when you
902+
This option isignored when emitting an archive (non-text) output
903+
file. Forthe archive formats, you can specify the option when you
904904
call <command>pg_restore</command>.
905905
</para>
906906
</listitem>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp