From 4abfc20f09ca9886e5ccc43959fc6736a967e306 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Fri, 10 Dec 2004 18:01:59 +0000
Subject: [PATCH] Reorder IRC examples.

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

diff --git a/doc/FAQ b/doc/FAQ
index 6e350acae43..a750ddea62f 100644
--- a/doc/FAQ
+++ b/doc/FAQ
@@ -1,7 +1,7 @@
 
                 Frequently Asked Questions (FAQ) for PostgreSQL
                                        
-   Last updated: Sat Nov 27 23:55:37 EST 2004
+   Last updated: Fri Dec 10 13:01:55 EST 2004
    
    Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
    
@@ -233,8 +233,9 @@
      http://www.PostgreSQL.org
      
    There is also an IRC channel on Freenode and EFNet, channel
-   #PostgreSQL. You can use the Unix command irc -c '#PostgreSQL' "$USER"
-   irc.phoenix.net. or irc -c '#PostgreSQL' "$USER" irc.freenode.net.
+   #PostgreSQL. You can use the Unix command or irc -c '#PostgreSQL'
+   "$USER" irc.freenode.net.
+   or irc -c '#PostgreSQL' "$USER" irc.phoenix.net.
    
    A list of commercial support companies is available at
    http://techdocs.postgresql.org/companies.php.
diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html
index 6347a5f55f6..9854ee1fb10 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: Sat Nov 27 23:55:37 EST 2004</P>
+    <P>Last updated: Fri Dec 10 13:01:55 EST 2004</P>
 
     <P>Current maintainer: Bruce Momjian (<A href=
     "mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR>
@@ -306,9 +306,9 @@
     </BLOCKQUOTE>
 
     <P>There is also an IRC channel on Freenode and EFNet,
-    channel <I>#PostgreSQL</I>. You can use the Unix command <CODE>irc -c
-    '#PostgreSQL' "$USER" irc.phoenix.net.</CODE> or <CODE>irc -c
-    '#PostgreSQL' "$USER" irc.freenode.net.</CODE></P>
+    channel <I>#PostgreSQL</I>. You can use the Unix command or <CODE>irc -c
+    '#PostgreSQL' "$USER" irc.freenode.net.</CODE></P> or <CODE>irc -c
+    '#PostgreSQL' "$USER" irc.phoenix.net.</CODE> 
 
     <P>A list of commercial support companies is available at <A href=
     "http://techdocs.postgresql.org/companies.php">http://techdocs.postgresql.org/companies.php</A>.</P>
-- 
GitLab