Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit c8f3450

Browse files
committed
New wording, "What is the upgrade process for PostgreSQL?"
1 parent 4fc6aa4 commit c8f3450

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

doc/FAQ

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Frequently Asked Questions (FAQ) for PostgreSQL
33

4-
Last updated: Tue May 23 11:47:16 EDT 2006
4+
Last updated: Tue May 23 11:50:55 EDT 2006
55

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

@@ -42,7 +42,7 @@
4242
3.3) How do I tune the database engine for better performance?
4343
3.4) What debugging features are available?
4444
3.5) Why do I get "Sorry, too many clients" when trying to connect?
45-
3.6 What should I do about upgrading PostgreSQL?
45+
3.6 What is the upgrade process for PostgreSQL?
4646
3.7) What computer hardware should I use?
4747

4848
Operational Questions
@@ -412,7 +412,7 @@
412412
processes it can start by changing the max_connections value in
413413
postgresql.conf and restarting the postmaster.
414414

415-
3.6) What should I do about upgrading PostgreSQL?
415+
3.6) What is the upgrade process for PostgreSQL?
416416

417417
The PostgreSQL team makes only bug fixes in minor releases, so, for
418418
example, upgrading from 7.4.8 to 7.4.9 does not require a dump and

doc/src/FAQ/FAQ.html

+3-4
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: Tue May 23 11:47:16 EDT 2006</P>
13+
<P>Last updated: Tue May 23 11:50:55 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>)
@@ -63,7 +63,7 @@ <H2 align="center">Administrative Questions</H2>
6363
<A href="#item3.4">3.4</A>) What debugging features are available?<BR>
6464
<A href="#item3.5">3.5</A>) Why do I get <I>"Sorry, too many
6565
clients"</I> when trying to connect?<BR>
66-
<A href="#item3.6">3.6</A> What should I do about upgrading PostgreSQL?<BR>
66+
<A href="#item3.6">3.6</A> What is the upgrade process for PostgreSQL?<BR>
6767
<A href="#item3.7">3.7</A>) What computer hardware should I use?<BR>
6868

6969

@@ -569,8 +569,7 @@ <H3 id="item3.5">3.5) Why do I get <I>"Sorry, too many
569569
<I>max_connections</I> value in <I>postgresql.conf</I> and
570570
restarting the <I>postmaster</I>.</P>
571571

572-
<H3 id="item3.6">3.6) What should I do about upgrading
573-
PostgreSQL?</H3>
572+
<H3 id="item3.6">3.6) What is the upgrade process for PostgreSQL?</H3>
574573

575574
<P>The PostgreSQL team makes only bug fixes in minor releases,
576575
so, for example, upgrading from 7.4.8 to 7.4.9 does not require

0 commit comments

Comments
 (0)