Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 8818f37

Browse files
committed
Clarify description of pg_restore's handling of large objects.
1 parent e6a310b commit 8818f37

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

doc/src/sgml/ref/pg_restore.sgml

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/ref/pg_restore.sgml,v 1.75 2008/04/13 03:49:21 tgl Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/ref/pg_restore.sgml,v 1.76 2008/09/07 19:12:57 tgl Exp $ -->
22

33
<refentry id="APP-PGRESTORE">
44
<refmeta>
@@ -588,8 +588,11 @@ CREATE DATABASE foo WITH TEMPLATE template0;
588588

589589
<listitem>
590590
<para>
591-
<application>pg_restore</application> will not restore large objects for a single table. If
592-
an archive contains large objects, then all large objects will be restored.
591+
<application>pg_restore</application> cannot restore large objects
592+
selectively, for instance only those for a specific table. If
593+
an archive contains large objects, then all large objects will be
594+
restored, or none of them if they are excluded via <option>-L</option>,
595+
<option>-t</option>, or other options.
593596
</para>
594597
</listitem>
595598

0 commit comments

Comments
 (0)