Skip to content

Commit bcdff44

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 7adc408 commit bcdff44

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 is only meaningful for the plain-text format. For
182-
the archive formats, you can specify the option when you
181+
This option is ignored when emitting an archive (non-text) output
182+
file. For the 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 is only meaningful for the plain-text format. For
214-
the archive formats, you can specify the option when you
213+
This option is ignored when emitting an archive (non-text) output
214+
file. For the archive formats, you can specify the option when you
215215
call <command>pg_restore</command>.
216216
</para>
217217
</listitem>
@@ -471,8 +471,8 @@ PostgreSQL documentation
471471
</para>
472472

473473
<para>
474-
This option is only meaningful for the plain-text format. For
475-
the archive formats, you can specify the option when you
474+
This option is ignored when emitting an archive (non-text) output
475+
file. For the archive formats, you can specify the option when you
476476
call <command>pg_restore</command>.
477477
</para>
478478
</listitem>
@@ -712,8 +712,8 @@ PostgreSQL documentation
712712
</para>
713713

714714
<para>
715-
This option is only meaningful for the plain-text format. For
716-
the archive formats, you can specify the option when you
715+
This option is ignored when emitting an archive (non-text) output
716+
file. For the archive formats, you can specify the option when you
717717
call <command>pg_restore</command>.
718718
</para>
719719
</listitem>
@@ -903,8 +903,8 @@ PostgreSQL documentation
903903
</para>
904904

905905
<para>
906-
This option is only meaningful for the plain-text format. For
907-
the archive formats, you can specify the option when you
906+
This option is ignored when emitting an archive (non-text) output
907+
file. For the archive formats, you can specify the option when you
908908
call <command>pg_restore</command>.
909909
</para>
910910
</listitem>

0 commit comments

Comments
 (0)