Skip to content

Commit 7343a15

Browse files
committed
Doc: clarify behavior of back-half options in pg_dump.
Options that change how the archive data is converted to SQL text are ignored when dumping to archive formats. The documentation previously said "not meaningful", which is not helpful. Discussion: https://postgr.es/m/161052021249.12228.9598689907884726185@wrigleys.postgresql.org
1 parent f2b268e commit 7343a15

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

doc/src/sgml/ref/pg_dump.sgml

+10-10
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,8 @@ PostgreSQL documentation
160160
</para>
161161

162162
<para>
163-
This option is only meaningful for the plain-text format. For
164-
the archive formats, you can specify the option when you
163+
This option is ignored when emitting an archive (non-text) output
164+
file. For the 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 is only meaningful for the plain-text format. For
185-
the archive formats, you can specify the option when you
184+
This option is ignored when emitting an archive (non-text) output
185+
file. For the 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 is only meaningful for the plain-text format. For
444-
the archive formats, you can specify the option when you
443+
This option is ignored when emitting an archive (non-text) output
444+
file. For the archive formats, you can specify the option when you
445445
call <command>pg_restore</command>.
446446
</para>
447447
</listitem>
@@ -681,8 +681,8 @@ PostgreSQL documentation
681681
</para>
682682

683683
<para>
684-
This option is only meaningful for the plain-text format. For
685-
the archive formats, you can specify the option when you
684+
This option is ignored when emitting an archive (non-text) output
685+
file. For the archive formats, you can specify the option when you
686686
call <command>pg_restore</command>.
687687
</para>
688688
</listitem>
@@ -804,8 +804,8 @@ PostgreSQL documentation
804804
</para>
805805

806806
<para>
807-
This option is only meaningful for the plain-text format. For
808-
the archive formats, you can specify the option when you
807+
This option is ignored when emitting an archive (non-text) output
808+
file. For the archive formats, you can specify the option when you
809809
call <command>pg_restore</command>.
810810
</para>
811811
</listitem>

0 commit comments

Comments
 (0)