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
0f965284
Commit
0f965284
authored
May 23, 2006
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add mention that everyone should upgrade to minor releases.
parent
798e63ff
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
34 additions
and
19 deletions
+34
-19
doc/FAQ
doc/FAQ
+17
-10
doc/src/FAQ/FAQ.html
doc/src/FAQ/FAQ.html
+17
-9
No files found.
doc/FAQ
View file @
0f965284
Frequently Asked Questions (FAQ) for PostgreSQL
Last updated: T
hu May 18 23:52:32
EDT 2006
Last updated: T
ue May 23 11:22:06
EDT 2006
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...
...
@@ -19,7 +19,7 @@
1.3) What is the copyright of PostgreSQL?
1.4) What platforms does PostgreSQL support?
1.5) Where can I get PostgreSQL?
1.6) What is the
lates
t release?
1.6) What is the
most recen
t release?
1.7) Where can I get support?
1.8) How do I submit a bug report?
1.9) How do I find out about known bugs or missing features?
...
...
@@ -168,7 +168,7 @@
Via web browser, use http://www.postgresql.org/ftp/, and via ftp, use
ftp://ftp.PostgreSQL.org/pub/.
1.6) What is the
lates
t release?
1.6) What is the
most recen
t release?
The latest release of PostgreSQL is version 8.1.4.
...
...
@@ -416,13 +416,20 @@
3.6) Why do I need to do a dump and restore to upgrade between major
PostgreSQL releases?
The PostgreSQL team makes only small changes between minor releases,
so upgrading from 7.4.0 to 7.4.1 does not require a dump and restore.
However, major releases (e.g. from 7.3 to 7.4) often change the
internal format of system tables and data files. These changes are
often complex, so we don't maintain backward compatibility for data
files. A dump outputs data in a generic format that can then be loaded
in using the new internal format.
The PostgreSQL team makes only bug fixes in minor releases, so, for
example, upgrading from 7.4.8 to 7.4.9 does not require a dump and
restore; merely stop the database server, install the updated
binaries, and restart the server.
All users should upgrade to the most recent minor release as soon as
it is available. While every upgrade has some risk, PostgreSQL minor
releases are designed to fix only common bugs with the least risk. The
community considers not upgrading more risky that upgrading.
Major releases (e.g. from 7.3 to 7.4) often change the internal format
of system tables and data files. These changes are often complex, so
we don't maintain backward compatibility for data files. A dump/reload
of the database is required for major upgrades.
3.7) What computer hardware should I use?
...
...
doc/src/FAQ/FAQ.html
View file @
0f965284
...
...
@@ -10,7 +10,7 @@
alink=
"#0000ff"
>
<H1>
Frequently Asked Questions (FAQ) for PostgreSQL
</H1>
<P>
Last updated: T
hu May 18 23:52:32
EDT 2006
</P>
<P>
Last updated: T
ue May 23 11:22:06
EDT 2006
</P>
<P>
Current maintainer: Bruce Momjian (
<A
href=
"mailto:pgman@candle.pha.pa.us"
>
pgman@candle.pha.pa.us
</A>
)
...
...
@@ -31,7 +31,7 @@
<A
href=
"#item1.3"
>
1.3
</A>
) What is the copyright of PostgreSQL?
<BR>
<A
href=
"#item1.4"
>
1.4
</A>
) What platforms does PostgreSQL support?
<BR>
<A
href=
"#item1.5"
>
1.5
</A>
) Where can I get PostgreSQL?
<BR>
<A
href=
"#item1.6"
>
1.6
</A>
) What is the
lates
t release?
<BR>
<A
href=
"#item1.6"
>
1.6
</A>
) What is the
most recen
t release?
<BR>
<A
href=
"#item1.7"
>
1.7
</A>
) Where can I get support?
<BR>
<A
href=
"#item1.8"
>
1.8
</A>
) How do I submit a bug report?
<BR>
<A
href=
"#item1.9"
>
1.9
</A>
) How do I find out about known bugs or
...
...
@@ -218,7 +218,7 @@
<A
href=
"ftp://ftp.PostgreSQL.org/pub/"
>
ftp://ftp.PostgreSQL.org/pub/
</A>
.
</P>
<H3
id=
"item1.6"
>
1.6) What is the
lates
t release?
</H3>
<H3
id=
"item1.6"
>
1.6) What is the
most recen
t release?
</H3>
<P>
The latest release of PostgreSQL is version 8.1.4.
</P>
...
...
@@ -573,13 +573,21 @@
<H3
id=
"item3.6"
>
3.6) Why do I need to do a dump and restore
to upgrade between major PostgreSQL releases?
</H3>
<P>
The PostgreSQL team makes only small changes between minor releases,
so upgrading from 7.4.0 to 7.4.1 does not require a dump and restore.
However, major releases (e.g. from 7.3 to 7.4) often change the internal
<P>
The PostgreSQL team makes only bug fixes in minor releases,
so, for example, upgrading from 7.4.8 to 7.4.9 does not require
a dump and restore; merely stop the database server, install
the updated binaries, and restart the server.
</P>
<P>
All users should upgrade to the most recent minor release as
soon as it is available. While every upgrade has some risk,
PostgreSQL minor releases are designed to fix only common bugs
with the least risk. The community considers
<i>
not
</i>
upgrading
more risky that upgrading.
</P>
<P>
Major releases (e.g. from 7.3 to 7.4) often change the internal
format of system tables and data files. These changes are often complex,
so we don't maintain backward compatibility for data files. A dump outputs
data in a generic format that can then be loaded in using the new internal
format.
</P>
so we don't maintain backward compatibility for data files. A dump/reload
of the database is required for major upgrades.
</P>
<H3
id=
"item3.7"
>
3.7) What computer hardware should I use?
</H3>
...
...
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