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

Commit4b7b1df

Browse files
committed
Mention version portability of pg_dump.
1 parent91d568e commit4b7b1df

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

‎doc/src/sgml/ref/pg_dump.sgml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/ref/pg_dump.sgml,v 1.84 2006/05/06 23:25:37 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/pg_dump.sgml,v 1.85 2006/05/13 16:19:54 momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -645,6 +645,17 @@ CREATE DATABASE foo WITH TEMPLATE template0;
645645
ensure good performance.
646646
</para>
647647

648+
<para>
649+
Because <application>pg_dump</application> is used to tranfer data
650+
to newer versions of <productname>PostgreSQL</>, the output of
651+
<application>pg_dump</application> can be loaded into
652+
newer versions of <productname>PostgreSQL</>. It also can read older
653+
<productname>PostgreSQL</> databases. However, it usually cannot
654+
read newer <productname>PostgreSQL</> databases or produce dump output
655+
that can be loaded into older database versions. To do this, manual
656+
editing of the dump file might be required.
657+
</para>
658+
648659
</refsect1>
649660

650661
<refsect1 id="pg-dump-examples">

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp