Skip to content

Commit 2d19f13

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 4bcccea commit 2d19f13

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 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>
@@ -679,8 +679,8 @@ PostgreSQL documentation
679679
</para>
680680

681681
<para>
682-
This option is only meaningful for the plain-text format. For
683-
the archive formats, you can specify the option when you
682+
This option is ignored when emitting an archive (non-text) output
683+
file. For the 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 is only meaningful for the plain-text format. For
806-
the archive formats, you can specify the option when you
805+
This option is ignored when emitting an archive (non-text) output
806+
file. For the archive formats, you can specify the option when you
807807
call <command>pg_restore</command>.
808808
</para>
809809
</listitem>

0 commit comments

Comments
 (0)