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

Commitafcc6fb

Browse files
author
Neil Conway
committed
Remove a caveat from the "backup" documentation: pg_dump now does a
better job of handling dependencies between database objects.
1 parent0128c17 commitafcc6fb

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

‎doc/src/sgml/backup.sgml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.36 2004/02/1709:07:16 neilc Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.37 2004/02/1723:56:07 neilc Exp $
33
-->
44
<chapter id="backup">
55
<title>Backup and Restore</title>
@@ -270,22 +270,6 @@ pg_dump -Fc <replaceable class="parameter">dbname</replaceable> > <replaceable c
270270
<sect2 id="backup-dump-caveats">
271271
<title>Caveats</title>
272272

273-
<para>
274-
<application>pg_dump</> (and by implication
275-
<application>pg_dumpall</>) has a few limitations which stem from
276-
the difficulty of reconstructing certain information from the system
277-
catalogs.
278-
</para>
279-
280-
<para>
281-
Specifically, the order in which <application>pg_dump</> writes
282-
the objects is not very sophisticated. This can lead to problems
283-
for example when functions are used as column default values. The
284-
only answer is to manually reorder the dump. If you created
285-
circular dependencies in your schema then you will have more work
286-
to do.
287-
</para>
288-
289273
<para>
290274
For reasons of backward compatibility, <application>pg_dump</>
291275
does not dump large objects by default.<indexterm><primary>large

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp