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

Commit7ff79fa

Browse files
committed
Add pg_upgrade docs about binary compatibility, per Robert Haas.
1 parent555a02f commit7ff79fa

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

‎doc/src/sgml/pgupgrade.sgml

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/pgupgrade.sgml,v 1.10 2010/05/24 17:43:39 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/pgupgrade.sgml,v 1.11 2010/05/25 14:50:56 momjian Exp $ -->
22

33
<sect1 id="pgupgrade">
44
<title>pg_upgrade</title>
@@ -16,6 +16,16 @@
1616
9.0.1 -> 9.0.4.
1717
</para>
1818

19+
<para>
20+
<application>pg_upgrade</> works because, though new features are
21+
regularly added to Postgres major releases, the internal data storage
22+
format rarely changes. <application>pg_upgrade</> does its best to
23+
make sure the old and new clusters are binary-compatible, e.g. by
24+
checking for compatible compile-time settings. It is important that
25+
any external modules are also binary compatibile, though this cannot
26+
be checked by <application>pg_upgrade</>.
27+
</para>
28+
1929
<sect2>
2030
<title>Supported Versions</title>
2131

@@ -440,7 +450,6 @@ psql --username postgres --file script.sql postgres
440450
<sect2>
441451
<title>Limitations in migrating <emphasis>from</> PostgreSQL 8.3</title>
442452

443-
444453
<para>
445454
Upgrading from PostgreSQL 8.3 has additional restrictions not present
446455
when upgrading from later PostgreSQL releases. For example,
@@ -502,8 +511,8 @@ psql --username postgres --file script.sql postgres
502511
For Windows users, note that due to different integer datetimes settings
503512
used by the one-click installer and the MSI installer, it is only
504513
possible to upgrade from version 8.3 of the one-click distribution to
505-
version 8.4 of the one-click distribution. It is not possible to upgrade
506-
from the MSI installer to the one-click installer.
514+
version 8.4or laterof the one-click distribution. It is not
515+
possible to upgradefrom the MSI installer to the one-click installer.
507516
</para>
508517

509518
<para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp