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

Commit afae557

Browse files
committed
Reorder version FAQ item to be right after "how do I get the software".
1 parent ba14edb commit afae557

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

doc/FAQ

Lines changed: 10 additions & 10 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: Mon Nov 21 15:51:32 EST 2005
4+
Last updated: Mon Nov 21 15:54:10 EST 2005
55

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

@@ -18,10 +18,10 @@
1818
1.2) What is the copyright of PostgreSQL?
1919
1.3) What platforms does PostgreSQL support?
2020
1.4) Where can I get PostgreSQL?
21-
1.5) Where can I get support?
22-
1.6) How do I submit a bug report?
23-
1.7) How do I find out about known bugs or missing features?
24-
1.8) What is the latest release?
21+
1.5) What is the latest release?
22+
1.6) Where can I get support?
23+
1.7) How do I submit a bug report?
24+
1.8) How do I find out about known bugs or missing features?
2525
1.9) What documentation is available?
2626
1.10) How can I learn SQL?
2727
1.11) How do I join the development team?
@@ -157,7 +157,7 @@
157157
Via web browser, use http://www.postgresql.org/ftp/, and via ftp, use
158158
ftp://ftp.PostgreSQL.org/pub/.
159159

160-
1.5) Where can I get support?
160+
1.6) Where can I get support?
161161

162162
The PostgreSQL community provides assistance to many of its users via
163163
email. The main web site to subscribe to the email lists is
@@ -173,15 +173,15 @@
173173
A list of commercial support companies is available at
174174
http://techdocs.postgresql.org/companies.php.
175175

176-
1.6) How do I submit a bug report?
176+
1.7) How do I submit a bug report?
177177

178178
Visit the PostgreSQL bug form at
179179
http://www.postgresql.org/support/submitbug.
180180

181181
Also check out our ftp site ftp://ftp.PostgreSQL.org/pub/ to see if
182182
there is a more recent PostgreSQL version.
183183

184-
1.8) What is the latest release?
184+
1.5) What is the latest release?
185185

186186
The latest release of PostgreSQL is version 8.1.
187187

@@ -209,7 +209,7 @@
209209

210210
Our web site contains even more documentation.
211211

212-
1.7) How do I find out about known bugs or missing features?
212+
1.8) How do I find out about known bugs or missing features?
213213

214214
PostgreSQL supports an extended subset of SQL:2003. See our TODO list
215215
for known bugs, missing features, and future plans.
@@ -267,7 +267,7 @@
267267
community, manuals, and the source code often make PostgreSQL
268268
support superior to other DBMSs. There is commercial
269269
per-incident support available for those who need it. (See FAQ
270-
section 1.5.)
270+
section 1.6.)
271271

272272
Price
273273
We are free for all use, both commercial and non-commercial.

doc/src/FAQ/FAQ.html

Lines changed: 10 additions & 10 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: Mon Nov 21 15:51:32 EST 2005</P>
13+
<P>Last updated: Mon Nov 21 15:54:10 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>)
@@ -30,11 +30,11 @@ <H2 align="center">General Questions</H2>
3030
<A href="#1.2">1.2</A>) What is the copyright of PostgreSQL?<BR>
3131
<A href="#1.3">1.3</A>) What platforms does PostgreSQL support?<BR>
3232
<A href="#1.4">1.4</A>) Where can I get PostgreSQL?<BR>
33-
<A href="#1.5">1.5</A>) Where can I get support?<BR>
34-
<A href="#1.6">1.6</A>) How do I submit a bug report?<BR>
35-
<A href="#1.7">1.7</A>) How do I find out about known bugs or
33+
<A href="#1.5">1.5</A>) What is the latest release?<BR>
34+
<A href="#1.6">1.6</A>) Where can I get support?<BR>
35+
<A href="#1.7">1.7</A>) How do I submit a bug report?<BR>
36+
<A href="#1.8">1.8</A>) How do I find out about known bugs or
3637
missing features?<BR>
37-
<A href="#1.8">1.8</A>) What is the latest release?<BR>
3838
<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>
@@ -205,7 +205,7 @@ <H3><A name="1.4">1.4</A>) Where can I get PostgreSQL?</H3>
205205
<A href="ftp://ftp.PostgreSQL.org/pub/">
206206
ftp://ftp.PostgreSQL.org/pub/</A>.</P>
207207

208-
<H3><A name="1.5">1.5</A>) Where can I get support?</H3>
208+
<H3><A name="1.6">1.6</A>) Where can I get support?</H3>
209209

210210
<P>The PostgreSQL community provides assistance to many of its users
211211
via email. The main web site to subscribe to the email lists is
@@ -224,7 +224,7 @@ <H3><A name="1.5">1.5</A>) Where can I get support?</H3>
224224
"http://techdocs.postgresql.org/companies.php">
225225
http://techdocs.postgresql.org/companies.php</A>.</P>
226226

227-
<H3><A name="1.6">1.6</A>) How do I submit a bug report?</H3>
227+
<H3><A name="1.7">1.7</A>) How do I submit a bug report?</H3>
228228

229229
<P>Visit the PostgreSQL bug form at <A href=
230230
"http://www.postgresql.org/support/submitbug">
@@ -234,7 +234,7 @@ <H3><A name="1.6">1.6</A>) How do I submit a bug report?</H3>
234234
"ftp://ftp.PostgreSQL.org/pub/">ftp://ftp.PostgreSQL.org/pub/</A> to
235235
see if there is a more recent PostgreSQL version.</P>
236236

237-
<H3><A name="1.8">1.8</A>) What is the latest release?</H3>
237+
<H3><A name="1.5">1.5</A>) What is the latest release?</H3>
238238

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

@@ -267,7 +267,7 @@ <H3><A name="1.9">1.9</A>) What documentation is available?</H3>
267267

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

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

273273
<P>PostgreSQL supports an extended subset of <SMALL>SQL:2003</SMALL>.
@@ -346,7 +346,7 @@ <H3><A name="1.12">1.12</A>) How does PostgreSQL compare to other
346346
community, manuals, and the source code often make PostgreSQL
347347
support superior to other <SMALL>DBMS</SMALL>s. There is
348348
commercial per-incident support available for those who need it.
349-
(See <A href="#1.5">FAQ section 1.5</A>.)<BR>
349+
(See <A href="#1.6">FAQ section 1.6</A>.)<BR>
350350
<BR>
351351
</DD>
352352

0 commit comments

Comments
 (0)