Skip to content

Commit c77f311

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 bff8d0f commit c77f311

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 is only meaningful for the plain-text format. For
180-
the archive formats, you can specify the option when you
179+
This option is ignored when emitting an archive (non-text) output
180+
file. For the 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 is only meaningful for the plain-text format. For
212-
the archive formats, you can specify the option when you
211+
This option is ignored when emitting an archive (non-text) output
212+
file. For the 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 is only meaningful for the plain-text format. For
459-
the archive formats, you can specify the option when you
458+
This option is ignored when emitting an archive (non-text) output
459+
file. For the 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 is only meaningful for the plain-text format. For
706-
the archive formats, you can specify the option when you
705+
This option is ignored when emitting an archive (non-text) output
706+
file. For the 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 is only meaningful for the plain-text format. For
937-
the archive formats, you can specify the option when you
936+
This option is ignored when emitting an archive (non-text) output
937+
file. For the archive formats, you can specify the option when you
938938
call <command>pg_restore</command>.
939939
</para>
940940
</listitem>

0 commit comments

Comments
 (0)