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

Commit0f96528

Browse files
committed
Add mention that everyone should upgrade to minor releases.
1 parent798e63f commit0f96528

File tree

2 files changed

+34
-19
lines changed

2 files changed

+34
-19
lines changed

‎doc/FAQ

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Frequently Asked Questions (FAQ) for PostgreSQL
33

4-
Last updated:Thu May18 23:52:32 EDT 2006
4+
Last updated:Tue May23 11:22:06 EDT 2006
55

66
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
77

@@ -19,7 +19,7 @@
1919
1.3) What is the copyright of PostgreSQL?
2020
1.4) What platforms does PostgreSQL support?
2121
1.5) Where can I get PostgreSQL?
22-
1.6) What is thelatest release?
22+
1.6) What is themost recent release?
2323
1.7) Where can I get support?
2424
1.8) How do I submit a bug report?
2525
1.9) How do I find out about known bugs or missing features?
@@ -168,7 +168,7 @@
168168
Via web browser, use http://www.postgresql.org/ftp/, and via ftp, use
169169
ftp://ftp.PostgreSQL.org/pub/.
170170

171-
1.6) What is thelatest release?
171+
1.6) What is themost recent release?
172172

173173
The latest release of PostgreSQL is version 8.1.4.
174174

@@ -416,13 +416,20 @@
416416
3.6) Why do I need to do a dump and restore to upgrade between major
417417
PostgreSQL releases?
418418

419-
The PostgreSQL team makes only small changes between minor releases,
420-
so upgrading from 7.4.0 to 7.4.1 does not require a dump and restore.
421-
However, major releases (e.g. from 7.3 to 7.4) often change the
422-
internal format of system tables and data files. These changes are
423-
often complex, so we don't maintain backward compatibility for data
424-
files. A dump outputs data in a generic format that can then be loaded
425-
in using the new internal format.
419+
The PostgreSQL team makes only bug fixes in minor releases, so, for
420+
example, upgrading from 7.4.8 to 7.4.9 does not require a dump and
421+
restore; merely stop the database server, install the updated
422+
binaries, and restart the server.
423+
424+
All users should upgrade to the most recent minor release as soon as
425+
it is available. While every upgrade has some risk, PostgreSQL minor
426+
releases are designed to fix only common bugs with the least risk. The
427+
community considers not upgrading more risky that upgrading.
428+
429+
Major releases (e.g. from 7.3 to 7.4) often change the internal format
430+
of system tables and data files. These changes are often complex, so
431+
we don't maintain backward compatibility for data files. A dump/reload
432+
of the database is required for major upgrades.
426433

427434
3.7) What computer hardware should I use?
428435

‎doc/src/FAQ/FAQ.html

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
alink="#0000ff">
1111
<H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1>
1212

13-
<P>Last updated:Thu May18 23:52:32 EDT 2006</P>
13+
<P>Last updated:Tue May23 11:22:06 EDT 2006</P>
1414

1515
<P>Current maintainer: Bruce Momjian (<Ahref=
1616
"mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)
@@ -31,7 +31,7 @@ <H2 align="center">General Questions</H2>
3131
<Ahref="#item1.3">1.3</A>) What is the copyright of PostgreSQL?<BR>
3232
<Ahref="#item1.4">1.4</A>) What platforms does PostgreSQL support?<BR>
3333
<Ahref="#item1.5">1.5</A>) Where can I get PostgreSQL?<BR>
34-
<Ahref="#item1.6">1.6</A>) What is thelatest release?<BR>
34+
<Ahref="#item1.6">1.6</A>) What is themost recent release?<BR>
3535
<Ahref="#item1.7">1.7</A>) Where can I get support?<BR>
3636
<Ahref="#item1.8">1.8</A>) How do I submit a bug report?<BR>
3737
<Ahref="#item1.9">1.9</A>) How do I find out about known bugs or
@@ -218,7 +218,7 @@ <H3 id="item1.5">1.5) Where can I get PostgreSQL?</H3>
218218
<Ahref="ftp://ftp.PostgreSQL.org/pub/">
219219
ftp://ftp.PostgreSQL.org/pub/</A>.</P>
220220

221-
<H3id="item1.6">1.6) What is thelatest release?</H3>
221+
<H3id="item1.6">1.6) What is themost recent release?</H3>
222222

223223
<P>The latest release of PostgreSQL is version 8.1.4.</P>
224224

@@ -573,13 +573,21 @@ <H3 id="item3.5">3.5) Why do I get <I>"Sorry, too many
573573
<H3id="item3.6">3.6) Why do I need to do a dump and restore
574574
to upgrade between major PostgreSQL releases?</H3>
575575

576-
<P>The PostgreSQL team makes only small changes between minor releases,
577-
so upgrading from 7.4.0 to 7.4.1 does not require a dump and restore.
578-
However, major releases (e.g. from 7.3 to 7.4) often change the internal
576+
<P>The PostgreSQL team makes only bug fixes in minor releases,
577+
so, for example, upgrading from 7.4.8 to 7.4.9 does not require
578+
a dump and restore; merely stop the database server, install
579+
the updated binaries, and restart the server.</P>
580+
581+
<P>All users should upgrade to the most recent minor release as
582+
soon as it is available. While every upgrade has some risk,
583+
PostgreSQL minor releases are designed to fix only common bugs
584+
with the least risk. The community considers<i>not</i> upgrading
585+
more risky that upgrading.</P>
586+
587+
<P>Major releases (e.g. from 7.3 to 7.4) often change the internal
579588
format of system tables and data files. These changes are often complex,
580-
so we don't maintain backward compatibility for data files. A dump outputs
581-
data in a generic format that can then be loaded in using the new internal
582-
format.</P>
589+
so we don't maintain backward compatibility for data files. A dump/reload
590+
of the database is required for major upgrades.</P>
583591

584592
<H3id="item3.7">3.7) What computer hardware should I use?</H3>
585593

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp