Commit d253c79a authored by Bruce Momjian's avatar Bruce Momjian

Reorder bug items.

parent 62699337
Frequently Asked Questions (FAQ) for PostgreSQL Frequently Asked Questions (FAQ) for PostgreSQL
Last updated: Fri Nov 4 20:35:04 EST 2005 Last updated: Mon Nov 21 15:44:03 EST 2005
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...@@ -20,9 +20,9 @@ ...@@ -20,9 +20,9 @@
1.4) Where can I get PostgreSQL? 1.4) Where can I get PostgreSQL?
1.5) Where can I get support? 1.5) Where can I get support?
1.6) How do I submit a bug report? 1.6) How do I submit a bug report?
1.7) What is the latest release? 1.7) How do I find out about known bugs or missing features?
1.8) What documentation is available? 1.8) What is the latest release?
1.9) How do I find out about known bugs or missing features? 1.9) What documentation is available?
1.10) How can I learn SQL? 1.10) How can I learn SQL?
1.11) How do I join the development team? 1.11) How do I join the development team?
1.12) How does PostgreSQL compare to other DBMSs? 1.12) How does PostgreSQL compare to other DBMSs?
...@@ -180,14 +180,14 @@ ...@@ -180,14 +180,14 @@
Also check out our ftp site ftp://ftp.PostgreSQL.org/pub/ to see if Also check out our ftp site ftp://ftp.PostgreSQL.org/pub/ to see if
there is a more recent PostgreSQL version. there is a more recent PostgreSQL version.
1.7) What is the latest release? 1.8) What is the latest release?
The latest release of PostgreSQL is version 8.1. The latest release of PostgreSQL is version 8.1.
We plan to have a major release every year, with minor releases every We plan to have a major release every year, with minor releases every
few months. few months.
1.8) What documentation is available? 1.9) What documentation is available?
PostgreSQL includes extensive documentation, including a large manual, PostgreSQL includes extensive documentation, including a large manual,
manual pages, and some test examples. See the /doc directory. You can manual pages, and some test examples. See the /doc directory. You can
...@@ -208,7 +208,7 @@ ...@@ -208,7 +208,7 @@
Our web site contains even more documentation. Our web site contains even more documentation.
1.9) How do I find out about known bugs or missing features? 1.7) How do I find out about known bugs or missing features?
PostgreSQL supports an extended subset of SQL:2003. See our TODO list PostgreSQL supports an extended subset of SQL:2003. See our TODO list
for known bugs, missing features, and future plans. for known bugs, missing features, and future plans.
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
alink="#0000ff"> alink="#0000ff">
<H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1> <H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1>
<P>Last updated: Fri Nov 4 20:35:04 EST 2005</P> <P>Last updated: Mon Nov 21 15:44:03 EST 2005</P>
<P>Current maintainer: Bruce Momjian (<A href= <P>Current maintainer: Bruce Momjian (<A href=
"mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>) "mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)
...@@ -32,10 +32,10 @@ ...@@ -32,10 +32,10 @@
<A href="#1.4">1.4</A>) Where can I get PostgreSQL?<BR> <A href="#1.4">1.4</A>) Where can I get PostgreSQL?<BR>
<A href="#1.5">1.5</A>) Where can I get support?<BR> <A href="#1.5">1.5</A>) Where can I get support?<BR>
<A href="#1.6">1.6</A>) How do I submit a bug report?<BR> <A href="#1.6">1.6</A>) How do I submit a bug report?<BR>
<A href="#1.7">1.7</A>) What is the latest release?<BR> <A href="#1.7">1.7</A>) How do I find out about known bugs or
<A href="#1.8">1.8</A>) What documentation is available?<BR>
<A href="#1.9">1.9</A>) How do I find out about known bugs or
missing features?<BR> missing features?<BR>
<A href="#1.8">1.8</A>) What is the latest release?<BR>
<A href="#1.9">1.9</A>) What documentation is available?<BR>
<A href="#1.10">1.10</A>) How can I learn <SMALL>SQL</SMALL>?<BR> <A href="#1.10">1.10</A>) How can I learn <SMALL>SQL</SMALL>?<BR>
<A href="#1.11">1.11</A>) How do I join the development team?<BR> <A href="#1.11">1.11</A>) How do I join the development team?<BR>
<A href="#1.12">1.12</A>) How does PostgreSQL compare to other <A href="#1.12">1.12</A>) How does PostgreSQL compare to other
...@@ -233,14 +233,14 @@ ...@@ -233,14 +233,14 @@
"ftp://ftp.PostgreSQL.org/pub/">ftp://ftp.PostgreSQL.org/pub/</A> to "ftp://ftp.PostgreSQL.org/pub/">ftp://ftp.PostgreSQL.org/pub/</A> to
see if there is a more recent PostgreSQL version.</P> see if there is a more recent PostgreSQL version.</P>
<H3><A name="1.7">1.7</A>) What is the latest release?</H3> <H3><A name="1.8">1.8</A>) What is the latest release?</H3>
<P>The latest release of PostgreSQL is version 8.1.</P> <P>The latest release of PostgreSQL is version 8.1.</P>
<P>We plan to have a major release every year, with minor releases <P>We plan to have a major release every year, with minor releases
every few months.</P> every few months.</P>
<H3><A name="1.8">1.8</A>) What documentation is available?</H3> <H3><A name="1.9">1.9</A>) What documentation is available?</H3>
<P>PostgreSQL includes extensive documentation, including a large <P>PostgreSQL includes extensive documentation, including a large
manual, manual pages, and some test examples. See the <I>/doc</I> manual, manual pages, and some test examples. See the <I>/doc</I>
...@@ -266,7 +266,7 @@ ...@@ -266,7 +266,7 @@
<P>Our web site contains even more documentation.</P> <P>Our web site contains even more documentation.</P>
<H3><A name="1.9">1.9</A>) How do I find out about known bugs or <H3><A name="1.7">1.7</A>) How do I find out about known bugs or
missing features?</H3> missing features?</H3>
<P>PostgreSQL supports an extended subset of <SMALL>SQL:2003</SMALL>. <P>PostgreSQL supports an extended subset of <SMALL>SQL:2003</SMALL>.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment