From e00664da48cc31575c7105bbeff9e298a1ab1827 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Tue, 8 Aug 2006 19:05:24 +0000
Subject: [PATCH] Reverse order of performance guides so powerpostgresql is
 first.

---
 doc/FAQ              |  5 +++--
 doc/src/FAQ/FAQ.html | 10 +++++-----
 2 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/doc/FAQ b/doc/FAQ
index 4930d846b2f..23cef70a913 100644
--- a/doc/FAQ
+++ b/doc/FAQ
@@ -1,7 +1,7 @@
 
                 Frequently Asked Questions (FAQ) for PostgreSQL
                                        
-   Last updated: Sun Jun 18 15:33:25 EDT 2006
+   Last updated: Tue Aug 8 15:05:10 EDT 2006
    
    Current maintainer: Bruce Momjian (bruce@momjian.us)
    
@@ -397,8 +397,9 @@
           
    Hardware Selection
           The effect of hardware on performance is detailed in
+          http://www.powerpostgresql.com/PerfList/ and
           http://momjian.us/main/writings/pgsql/hw_performance/index.html
-          and http://www.powerpostgresql.com/PerfList/.
+          .
           
   3.4) What debugging features are available?
   
diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html
index 691c54621ac..7c61da671dd 100644
--- a/doc/src/FAQ/FAQ.html
+++ b/doc/src/FAQ/FAQ.html
@@ -10,7 +10,7 @@
   alink="#0000ff">
     <H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1>
 
-    <P>Last updated: Sun Jun 18 15:33:25 EDT 2006</P>
+    <P>Last updated: Tue Aug  8 15:05:10 EDT 2006</P>
 
     <P>Current maintainer: Bruce Momjian (<A href=
     "mailto:bruce@momjian.us">bruce@momjian.us</A>)
@@ -544,11 +544,11 @@
 
     <DT><B>Hardware Selection</B></DT>
 
-    <DD>The effect of hardware on performance is detailed in <a
-    href="http://momjian.us/main/writings/pgsql/hw_performance/index.html">
-    http://momjian.us/main/writings/pgsql/hw_performance/index.html</a> and
+    <DD>The effect of hardware on performance is detailed in
     <a href="http://www.powerpostgresql.com/PerfList/">
-    http://www.powerpostgresql.com/PerfList/</a>.
+    http://www.powerpostgresql.com/PerfList/</a> and <a
+    href="http://momjian.us/main/writings/pgsql/hw_performance/index.html">
+    http://momjian.us/main/writings/pgsql/hw_performance/index.html</a>.
     <BR>
     <BR>
     </DD>
-- 
GitLab