From 4fc6aa4bc24ef86ef847a3baf03acd84f4d4ae2b Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 23 May 2006 15:47:43 +0000 Subject: [PATCH] Update heading for upgrades. --- doc/FAQ | 8 +++----- doc/src/FAQ/FAQ.html | 9 ++++----- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/doc/FAQ b/doc/FAQ index 4a35166c14..849fd7facf 100644 --- a/doc/FAQ +++ b/doc/FAQ @@ -1,7 +1,7 @@ Frequently Asked Questions (FAQ) for PostgreSQL - Last updated: Tue May 23 11:22:06 EDT 2006 + Last updated: Tue May 23 11:47:16 EDT 2006 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -42,8 +42,7 @@ 3.3) How do I tune the database engine for better performance? 3.4) What debugging features are available? 3.5) Why do I get "Sorry, too many clients" when trying to connect? - 3.6) Why do I need to do a dump and restore to upgrade PostgreSQL - releases? + 3.6 What should I do about upgrading PostgreSQL? 3.7) What computer hardware should I use? Operational Questions @@ -413,8 +412,7 @@ processes it can start by changing the max_connections value in postgresql.conf and restarting the postmaster. - 3.6) Why do I need to do a dump and restore to upgrade between major - PostgreSQL releases? + 3.6) What should I do about upgrading PostgreSQL? 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 diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html index c255e51919..537a99898f 100644 --- a/doc/src/FAQ/FAQ.html +++ b/doc/src/FAQ/FAQ.html @@ -10,7 +10,7 @@ alink="#0000ff">

Frequently Asked Questions (FAQ) for PostgreSQL

-

Last updated: Tue May 23 11:22:06 EDT 2006

+

Last updated: Tue May 23 11:47:16 EDT 2006

Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -63,8 +63,7 @@ 3.4) What debugging features are available?
3.5) Why do I get "Sorry, too many clients" when trying to connect?
- 3.6) Why do I need to do a dump and restore - to upgrade PostgreSQL releases?
+ 3.6 What should I do about upgrading PostgreSQL?
3.7) What computer hardware should I use?
@@ -570,8 +569,8 @@ max_connections value in postgresql.conf and restarting the postmaster.

-

3.6) Why do I need to do a dump and restore - to upgrade between major PostgreSQL releases?

+

3.6) What should I do about upgrading + PostgreSQL?

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 -- GitLab