mirror of
https://github.com/postgres/postgres.git
synced 2025-05-06 19:59:18 +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:
parent
0b2ae3c928
commit
0363b7e908
@ -178,8 +178,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>
|
||||||
@ -210,8 +210,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>
|
||||||
@ -457,8 +457,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>
|
||||||
@ -698,8 +698,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>
|
||||||
@ -899,8 +899,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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user