1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-05 23:56:58 +03:00

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
This commit is contained in:
Tom Lane 2021-01-13 13:30:04 -05:00
parent f2b268ee06
commit 7343a15592

View File

@ -160,8 +160,8 @@ PostgreSQL documentation
</para> </para>
<para> <para>
This option is only meaningful for the plain-text format. For This option is ignored when emitting an archive (non-text) output
the archive formats, you can specify the option when you file. For the archive formats, you can specify the option when you
call <command>pg_restore</command>. call <command>pg_restore</command>.
</para> </para>
</listitem> </listitem>
@ -181,8 +181,8 @@ PostgreSQL documentation
</para> </para>
<para> <para>
This option is only meaningful for the plain-text format. For This option is ignored when emitting an archive (non-text) output
the archive formats, you can specify the option when you file. For the archive formats, you can specify the option when you
call <command>pg_restore</command>. call <command>pg_restore</command>.
</para> </para>
</listitem> </listitem>
@ -440,8 +440,8 @@ PostgreSQL documentation
</para> </para>
<para> <para>
This option is only meaningful for the plain-text format. For This option is ignored when emitting an archive (non-text) output
the archive formats, you can specify the option when you file. For the archive formats, you can specify the option when you
call <command>pg_restore</command>. call <command>pg_restore</command>.
</para> </para>
</listitem> </listitem>
@ -681,8 +681,8 @@ PostgreSQL documentation
</para> </para>
<para> <para>
This option is only meaningful for the plain-text format. For This option is ignored when emitting an archive (non-text) output
the archive formats, you can specify the option when you file. For the archive formats, you can specify the option when you
call <command>pg_restore</command>. call <command>pg_restore</command>.
</para> </para>
</listitem> </listitem>
@ -804,8 +804,8 @@ PostgreSQL documentation
</para> </para>
<para> <para>
This option is only meaningful for the plain-text format. For This option is ignored when emitting an archive (non-text) output
the archive formats, you can specify the option when you file. For the archive formats, you can specify the option when you
call <command>pg_restore</command>. call <command>pg_restore</command>.
</para> </para>
</listitem> </listitem>