diff options
author | Bruce Momjian <bruce@momjian.us> | 2005-01-31 01:53:49 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2005-01-31 01:53:49 +0000 |
commit | e688443cbf253ce3b50f4fa80a3ba32dd513ec22 (patch) | |
tree | b2ecd0b6bc171b5ce146225e1c91152fbeec2b1d /doc/src | |
parent | 0a12c53385172f3405a79f9374a238bacd22f77c (diff) | |
download | postgresql-e688443cbf253ce3b50f4fa80a3ba32dd513ec22.tar.gz postgresql-e688443cbf253ce3b50f4fa80a3ba32dd513ec22.zip |
Simplify FAQ item about obtaining support.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/FAQ/FAQ.html | 61 |
1 files changed, 9 insertions, 52 deletions
diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html index 3285a1d5662..91da519a0df 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 Jan 30 20:37:18 EST 2005</P> + <P>Last updated: Sun Jan 30 20:53:02 EST 2005</P> <P>Current maintainer: Bruce Momjian (<A href= "mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>) @@ -218,65 +218,22 @@ <H4><A name="1.5">1.5</A>) Where can I get support?</H4> - <P>The main mailing list is: <A href= - "mailto:pgsql-general@PostgreSQL.org">pgsql-general@PostgreSQL.org</A>. - It is available for discussion of matters pertaining to PostgreSQL. - To subscribe, send mail with the following lines in the body (not - the subject line):</P> -<PRE> - subscribe - end -</PRE> - - <P>to <A href= - "mailto:pgsql-general-request@PostgreSQL.org">pgsql-general-request@PostgreSQL.org</A>.</P> - - <P>There is also a digest list available. To subscribe to this - list, send email to: <A href= - "mailto:pgsql-general-digest-request@PostgreSQL.org">pgsql-general-digest-request@PostgreSQL.org</A> - with a body of:</P> -<PRE> - subscribe - end -</PRE> - - Digests are sent out to members of this list whenever the main list - has received around 30k of messages. - - <P>The bugs mailing list is available. To subscribe to this list, - send email to <A href= - "mailto:pgsql-bugs-request@PostgreSQL.org">pgsql-bugs-request@PostgreSQL.org</A> - with a body of:</P> -<PRE> - subscribe - end -</PRE> - - There is also a developers discussion mailing list available. To - subscribe to this list, send email to <A href= - "mailto:pgsql-hackers-request@PostgreSQL.org">pgsql-hackers-request@PostgreSQL.org</A> - with a body of: -<PRE> - subscribe - end -</PRE> - - <P>Additional mailing lists and information about PostgreSQL can be - found via the PostgreSQL WWW home page at:</P> - - <BLOCKQUOTE> - <A href="http://www.PostgreSQL.org">http://www.PostgreSQL.org</A> - </BLOCKQUOTE> + <P>The PostgreSQL community provides assistance to many of its users + via email. The main web site to subscribe to the email lists is + <a href="http://www.postgresql.org/community/lists/"> + http://www.postgresql.org/community/lists/</a>. The <I>general</I> + or <I>bugs</I> lists are a good place to start. <P>The major IRC channel is <I>#postgresql</I> on Freenode (<I>irc.freenode.net</I>). To connect you can use the Unix - command <CODE>irc -c '#postgresql' "$USER" irc.freenode.net</CODE> + program <CODE>irc -c '#postgresql' "$USER" irc.freenode.net</CODE> or use any of the other popular IRC clients. A Spanish one also exists on the same network, (<I>#postgresql-es</I>), and a French one, (<I>#postgresqlfr</I>). There is also a PostgreSQL channel on EFNet. <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> + "http://techdocs.postgresql.org/companies.php">http://techdocs.postg + resql.org/companies.php</A>.</P> <H4><A name="1.6">1.6</A>) What is the latest release?</H4> |