diff options
author | Bruce Momjian <bruce@momjian.us> | 2004-12-10 18:01:59 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2004-12-10 18:01:59 +0000 |
commit | 4abfc20f09ca9886e5ccc43959fc6736a967e306 (patch) | |
tree | f7447c268c97e2fab8b8e566565e3941cc89ee12 | |
parent | d5df606cb224fd893b41aef6dc4851bc666c0f77 (diff) | |
download | postgresql-4abfc20f09ca9886e5ccc43959fc6736a967e306.tar.gz postgresql-4abfc20f09ca9886e5ccc43959fc6736a967e306.zip |
Reorder IRC examples.
-rw-r--r-- | doc/FAQ | 7 | ||||
-rw-r--r-- | doc/src/FAQ/FAQ.html | 8 |
2 files changed, 8 insertions, 7 deletions
@@ -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> |