1010alink ="#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 (< A href =
1616 "mailto:pgman@candle.pha.pa.us "> pgman@candle.pha.pa.us</ A > )
@@ -31,7 +31,7 @@ <H2 align="center">General Questions</H2>
3131< A href ="#item1.3 "> 1.3</ A > ) What is the copyright of PostgreSQL?< BR >
3232< A href ="#item1.4 "> 1.4</ A > ) What platforms does PostgreSQL support?< BR >
3333< A href ="#item1.5 "> 1.5</ A > ) Where can I get PostgreSQL?< BR >
34- < A href ="#item1.6 "> 1.6</ A > ) What is thelatest release?< BR >
34+ < A href ="#item1.6 "> 1.6</ A > ) What is themost recent release?< BR >
3535< A href ="#item1.7 "> 1.7</ A > ) Where can I get support?< BR >
3636< A href ="#item1.8 "> 1.8</ A > ) How do I submit a bug report?< BR >
3737< A href ="#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< A href ="ftp://ftp.PostgreSQL.org/pub/ ">
219219 ftp://ftp.PostgreSQL.org/pub/</ A > .</ P >
220220
221- < H3 id ="item1.6 "> 1.6) What is thelatest release?</ H3 >
221+ < H3 id ="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< H3 id ="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< H3 id ="item3.7 "> 3.7) What computer hardware should I use?</ H3 >
585593