Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8818f37

Browse files
committed
Clarify description of pg_restore's handling of large objects.
1 parente6a310b commit8818f37

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

‎doc/src/sgml/ref/pg_restore.sgml

Lines changed: 6 additions & 3 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp