File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 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 $ -->
2
2
3
3
<refentry id="APP-PGRESTORE">
4
4
<refmeta>
@@ -588,8 +588,11 @@ CREATE DATABASE foo WITH TEMPLATE template0;
588
588
589
589
<listitem>
590
590
<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.
593
596
</para>
594
597
</listitem>
595
598
You can’t perform that action at this time.
0 commit comments