Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d253c79

Browse files
committed
Reorder bug items.
1 parent 6269933 commit d253c79

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

doc/FAQ

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Frequently Asked Questions (FAQ) for PostgreSQL
33

4-
Last updated: Fri Nov 4 20:35:04 EST 2005
4+
Last updated: Mon Nov 21 15:44:03 EST 2005
55

66
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
77

@@ -20,9 +20,9 @@
2020
1.4) Where can I get PostgreSQL?
2121
1.5) Where can I get support?
2222
1.6) How do I submit a bug report?
23-
1.7) What is the latest release?
24-
1.8) What documentation is available?
25-
1.9) How do I find out about known bugs or missing features?
23+
1.7) How do I find out about known bugs or missing features?
24+
1.8) What is the latest release?
25+
1.9) What documentation is available?
2626
1.10) How can I learn SQL?
2727
1.11) How do I join the development team?
2828
1.12) How does PostgreSQL compare to other DBMSs?
@@ -180,14 +180,14 @@
180180
Also check out our ftp site ftp://ftp.PostgreSQL.org/pub/ to see if
181181
there is a more recent PostgreSQL version.
182182

183-
1.7) What is the latest release?
183+
1.8) What is the latest release?
184184

185185
The latest release of PostgreSQL is version 8.1.
186186

187187
We plan to have a major release every year, with minor releases every
188188
few months.
189189

190-
1.8) What documentation is available?
190+
1.9) What documentation is available?
191191

192192
PostgreSQL includes extensive documentation, including a large manual,
193193
manual pages, and some test examples. See the /doc directory. You can
@@ -208,7 +208,7 @@
208208

209209
Our web site contains even more documentation.
210210

211-
1.9) How do I find out about known bugs or missing features?
211+
1.7) How do I find out about known bugs or missing features?
212212

213213
PostgreSQL supports an extended subset of SQL:2003. See our TODO list
214214
for known bugs, missing features, and future plans.

doc/src/FAQ/FAQ.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
alink="#0000ff">
1111
<H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1>
1212

13-
<P>Last updated: Fri Nov 4 20:35:04 EST 2005</P>
13+
<P>Last updated: Mon Nov 21 15:44:03 EST 2005</P>
1414

1515
<P>Current maintainer: Bruce Momjian (<A href=
1616
"mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)
@@ -32,10 +32,10 @@ <H2 align="center">General Questions</H2>
3232
<A href="#1.4">1.4</A>) Where can I get PostgreSQL?<BR>
3333
<A href="#1.5">1.5</A>) Where can I get support?<BR>
3434
<A href="#1.6">1.6</A>) How do I submit a bug report?<BR>
35-
<A href="#1.7">1.7</A>) What is the latest release?<BR>
36-
<A href="#1.8">1.8</A>) What documentation is available?<BR>
37-
<A href="#1.9">1.9</A>) How do I find out about known bugs or
38-
missing features?<BR>
35+
<A href="#1.7">1.7</A>) How do I find out about known bugs or
36+
missing features?<BR>
37+
<A href="#1.8">1.8</A>) What is the latest release?<BR>
38+
<A href="#1.9">1.9</A>) What documentation is available?<BR>
3939
<A href="#1.10">1.10</A>) How can I learn <SMALL>SQL</SMALL>?<BR>
4040
<A href="#1.11">1.11</A>) How do I join the development team?<BR>
4141
<A href="#1.12">1.12</A>) How does PostgreSQL compare to other
@@ -233,14 +233,14 @@ <H3><A name="1.6">1.6</A>) How do I submit a bug report?</H3>
233233
"ftp://ftp.PostgreSQL.org/pub/">ftp://ftp.PostgreSQL.org/pub/</A> to
234234
see if there is a more recent PostgreSQL version.</P>
235235

236-
<H3><A name="1.7">1.7</A>) What is the latest release?</H3>
236+
<H3><A name="1.8">1.8</A>) What is the latest release?</H3>
237237

238238
<P>The latest release of PostgreSQL is version 8.1.</P>
239239

240240
<P>We plan to have a major release every year, with minor releases
241241
every few months.</P>
242242

243-
<H3><A name="1.8">1.8</A>) What documentation is available?</H3>
243+
<H3><A name="1.9">1.9</A>) What documentation is available?</H3>
244244

245245
<P>PostgreSQL includes extensive documentation, including a large
246246
manual, manual pages, and some test examples. See the <I>/doc</I>
@@ -266,7 +266,7 @@ <H3><A name="1.8">1.8</A>) What documentation is available?</H3>
266266

267267
<P>Our web site contains even more documentation.</P>
268268

269-
<H3><A name="1.9">1.9</A>) How do I find out about known bugs or
269+
<H3><A name="1.7">1.7</A>) How do I find out about known bugs or
270270
missing features?</H3>
271271

272272
<P>PostgreSQL supports an extended subset of <SMALL>SQL:2003</SMALL>.

0 commit comments

Comments
 (0)