Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
7ff79fa4
Commit
7ff79fa4
authored
May 25, 2010
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add pg_upgrade docs about binary compatibility, per Robert Haas.
parent
555a02f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
4 deletions
+13
-4
doc/src/sgml/pgupgrade.sgml
doc/src/sgml/pgupgrade.sgml
+13
-4
No files found.
doc/src/sgml/pgupgrade.sgml
View file @
7ff79fa4
<!-- $PostgreSQL: pgsql/doc/src/sgml/pgupgrade.sgml,v 1.1
0 2010/05/24 17:43:39
momjian Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/pgupgrade.sgml,v 1.1
1 2010/05/25 14:50:56
momjian Exp $ -->
<sect1 id="pgupgrade">
<sect1 id="pgupgrade">
<title>pg_upgrade</title>
<title>pg_upgrade</title>
...
@@ -16,6 +16,16 @@
...
@@ -16,6 +16,16 @@
9.0.1 -> 9.0.4.
9.0.1 -> 9.0.4.
</para>
</para>
<para>
<application>pg_upgrade</> works because, though new features are
regularly added to Postgres major releases, the internal data storage
format rarely changes. <application>pg_upgrade</> does its best to
make sure the old and new clusters are binary-compatible, e.g. by
checking for compatible compile-time settings. It is important that
any external modules are also binary compatibile, though this cannot
be checked by <application>pg_upgrade</>.
</para>
<sect2>
<sect2>
<title>Supported Versions</title>
<title>Supported Versions</title>
...
@@ -440,7 +450,6 @@ psql --username postgres --file script.sql postgres
...
@@ -440,7 +450,6 @@ psql --username postgres --file script.sql postgres
<sect2>
<sect2>
<title>Limitations in migrating <emphasis>from</> PostgreSQL 8.3</title>
<title>Limitations in migrating <emphasis>from</> PostgreSQL 8.3</title>
<para>
<para>
Upgrading from PostgreSQL 8.3 has additional restrictions not present
Upgrading from PostgreSQL 8.3 has additional restrictions not present
when upgrading from later PostgreSQL releases. For example,
when upgrading from later PostgreSQL releases. For example,
...
@@ -502,8 +511,8 @@ psql --username postgres --file script.sql postgres
...
@@ -502,8 +511,8 @@ psql --username postgres --file script.sql postgres
For Windows users, note that due to different integer datetimes settings
For Windows users, note that due to different integer datetimes settings
used by the one-click installer and the MSI installer, it is only
used by the one-click installer and the MSI installer, it is only
possible to upgrade from version 8.3 of the one-click distribution to
possible to upgrade from version 8.3 of the one-click distribution to
version 8.4 o
f the one-click distribution. It is not possible to upgrade
version 8.4 o
r later of the one-click distribution. It is not
from the MSI installer to the one-click installer.
possible to upgrade
from the MSI installer to the one-click installer.
</para>
</para>
<para>
<para>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment