mirror of
https://github.com/postgres/postgres.git
synced 2025-04-24 10:47:04 +03:00
Clarify description of pg_restore's handling of large objects.
This commit is contained in:
parent
e6a310b281
commit
8818f3793e
@ -1,4 +1,4 @@
|
|||||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/ref/pg_restore.sgml,v 1.75 2008/04/13 03:49:21 tgl Exp $ -->
|
<!-- $PostgreSQL: pgsql/doc/src/sgml/ref/pg_restore.sgml,v 1.76 2008/09/07 19:12:57 tgl Exp $ -->
|
||||||
|
|
||||||
<refentry id="APP-PGRESTORE">
|
<refentry id="APP-PGRESTORE">
|
||||||
<refmeta>
|
<refmeta>
|
||||||
@ -588,8 +588,11 @@ CREATE DATABASE foo WITH TEMPLATE template0;
|
|||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
<application>pg_restore</application> will not restore large objects for a single table. If
|
<application>pg_restore</application> cannot restore large objects
|
||||||
an archive contains large objects, then all large objects will be restored.
|
selectively, for instance only those for a specific table. If
|
||||||
|
an archive contains large objects, then all large objects will be
|
||||||
|
restored, or none of them if they are excluded via <option>-L</option>,
|
||||||
|
<option>-t</option>, or other options.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user