Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit131ff4e

Browse files
committed
Reorder support FAQ items.
1 parent14f3fb6 commit131ff4e

File tree

2 files changed

+42
-42
lines changed

2 files changed

+42
-42
lines changed

‎doc/FAQ

Lines changed: 20 additions & 20 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: Sun Jan 30 21:08:44 EST 2005
4+
Last updated: Sun Jan 30 21:16:28 EST 2005
55

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

@@ -19,12 +19,12 @@
1919
1.3) What platforms does PostgreSQL support?
2020
1.4) Where can I get PostgreSQL?
2121
1.5) Where can I get support?
22-
1.6)What is the latest release?
23-
1.7) Whatdocumentationisavailable?
24-
1.8)How do I find out about known bugs or missing features?
25-
1.9) Howcan Ilearn SQL?
26-
1.10) Howdo Ijoin the development team?
27-
1.11) How do Isubmit a bug report?
22+
1.6)How do I submit a bug report?
23+
1.7) What isthe latest release?
24+
1.8)What documentation is available?
25+
1.9) Howdo Ifind out about known bugs or missing features?
26+
1.10) Howcan Ilearn SQL?
27+
1.11) How do Ijoin the development team?
2828
1.12) How does PostgreSQL compare to other DBMSs?
2929
1.13) How can I financially assist PostgreSQL?
3030

@@ -182,13 +182,21 @@
182182
A list of commercial support companies is available at
183183
http://techdocs.postg resql.org/companies.php.
184184

185-
1.6) What is the latest release?
185+
1.6) How do I submit a bug report?
186+
187+
Visit the PostgreSQL bug form at
188+
http://www.postgresql.org/support/submitbug.
189+
190+
Also check out our ftp site ftp://ftp.PostgreSQL.org/pub to see if
191+
there is a more recent PostgreSQL version or patches.
192+
193+
1.7) What is the latest release?
186194

187195
The latest release of PostgreSQL is version 8.0.0.
188196

189197
We plan to have major releases every ten to twelve months.
190198

191-
1.7) What documentation is available?
199+
1.8) What documentation is available?
192200

193201
PostgreSQL includes extensive documentation, including a large manual,
194202
manual pages, and some test examples. See the /doc directory. You can
@@ -208,12 +216,12 @@
208216

209217
Our web site contains even more documentation.
210218

211-
1.8) How do I find out about known bugs or missing features?
219+
1.9) How do I find out about known bugs or missing features?
212220

213221
PostgreSQL supports an extended subset of SQL-92. See our TODO list
214222
for known bugs, missing features, and future plans.
215223

216-
1.9) How can I learn SQL?
224+
1.10) How can I learn SQL?
217225

218226
The PostgreSQL book at http://www.PostgreSQL.org/docs/awbook.html
219227
teaches SQL. There is another PostgreSQL book at
@@ -229,7 +237,7 @@
229237
et al., Addison-Wesley. Others like The Complete Reference SQL, Groff
230238
et al., McGraw-Hill.
231239

232-
1.10) How do I join the development team?
240+
1.11) How do I join the development team?
233241

234242
First, download the latest source and read the PostgreSQL Developers
235243
FAQ and documentation on our web site, or in the distribution. Second,
@@ -242,14 +250,6 @@
242250
and we had confidence that patches they committed were of high
243251
quality.
244252

245-
1.11) How do I submit a bug report?
246-
247-
Visit the PostgreSQL bug form at
248-
http://www.postgresql.org/support/submitbug.
249-
250-
Also check out our ftp site ftp://ftp.PostgreSQL.org/pub to see if
251-
there is a more recent PostgreSQL version or patches.
252-
253253
1.12) How does PostgreSQL compare to other DBMSs?
254254

255255
There are several ways of measuring software: features, performance,

‎doc/src/FAQ/FAQ.html

Lines changed: 22 additions & 22 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: Sun Jan 30 21:08:44 EST 2005</P>
13+
<P>Last updated: Sun Jan 30 21:16:28 EST 2005</P>
1414

1515
<P>Current maintainer: Bruce Momjian (<Ahref=
1616
"mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)
@@ -31,13 +31,13 @@ <H2 align="center">General Questions</H2>
3131
<Ahref="#1.3">1.3</A>) What platforms does PostgreSQL support?<BR>
3232
<Ahref="#1.4">1.4</A>) Where can I get PostgreSQL?<BR>
3333
<Ahref="#1.5">1.5</A>) Where can I get support?<BR>
34-
<Ahref="#1.6">1.6</A>) What is the latest release?<BR>
35-
<Ahref="#1.7">1.7</A>) What documentation is available?<BR>
36-
<Ahref="#1.8">1.8</A>) How do I find out about known bugs or
34+
<Ahref="#1.6">1.6</A>) How do I submit a bug report?<BR>
35+
<Ahref="#1.7">1.7</A>) What is the latest release?<BR>
36+
<Ahref="#1.8">1.8</A>) What documentation is available?<BR>
37+
<Ahref="#1.9">1.9</A>) How do I find out about known bugs or
3738
missing features?<BR>
38-
<Ahref="#1.9">1.9</A>) How can I learn<SMALL>SQL</SMALL>?<BR>
39-
<Ahref="#1.10">1.10</A>) How do I join the development team?<BR>
40-
<Ahref="#1.11">1.11</A>) How do I submit a bug report?<BR>
39+
<Ahref="#1.10">1.10</A>) How can I learn<SMALL>SQL</SMALL>?<BR>
40+
<Ahref="#1.11">1.11</A>) How do I join the development team?<BR>
4141
<Ahref="#1.12">1.12</A>) How does PostgreSQL compare to other
4242
<SMALL>DBMS</SMALL>s?<BR>
4343
<Ahref="#1.13">1.13</A>) How can I financially assist
@@ -235,13 +235,23 @@ <H4><A name="1.5">1.5</A>) Where can I get support?</H4>
235235
"http://techdocs.postgresql.org/companies.php">http://techdocs.postg
236236
resql.org/companies.php</A>.</P>
237237

238-
<H4><Aname="1.6">1.6</A>) What is the latest release?</H4>
238+
<H4><Aname="1.6">1.6</A>) How do I submit a bug report?</H4>
239+
240+
<P>Visit the PostgreSQL bug form at<Ahref=
241+
"http://www.postgresql.org/support/submitbug">
242+
http://www.postgresql.org/support/submitbug</A>.</P>
243+
244+
<P>Also check out our ftp site<Ahref=
245+
"ftp://ftp.PostgreSQL.org/pub">ftp://ftp.PostgreSQL.org/pub</A> to
246+
see if there is a more recent PostgreSQL version or patches.</P>
247+
248+
<H4><Aname="1.7">1.7</A>) What is the latest release?</H4>
239249

240250
<P>The latest release of PostgreSQL is version 8.0.0.</P>
241251

242252
<P>We plan to have major releases every ten to twelve months.</P>
243253

244-
<H4><Aname="1.7">1.7</A>) What documentation is available?</H4>
254+
<H4><Aname="1.8">1.8</A>) What documentation is available?</H4>
245255

246256
<P>PostgreSQL includes extensive documentation, including a large
247257
manual, manual pages, and some test examples. See the<I>/doc</I>
@@ -266,14 +276,14 @@ <H4><A name="1.7">1.7</A>) What documentation is available?</H4>
266276

267277
<P>Our web site contains even more documentation.</P>
268278

269-
<H4><Aname="1.8">1.8</A>) How do I find out about known bugs or
279+
<H4><Aname="1.9">1.9</A>) How do I find out about known bugs or
270280
missing features?</H4>
271281

272282
<P>PostgreSQL supports an extended subset of<SMALL>SQL</SMALL>-92.
273283
See our<Ahref="http://developer.PostgreSQL.org/todo.php">TODO</A>
274284
list for known bugs, missing features, and future plans.</P>
275285

276-
<H4><Aname="1.9">1.9</A>) How can I learn
286+
<H4><Aname="1.10">1.10</A>) How can I learn
277287
<SMALL>SQL</SMALL>?</H4>
278288

279289
<P>The PostgreSQL book at<Ahref=
@@ -297,7 +307,7 @@ <H4><A name="1.9">1.9</A>) How can I learn
297307
Bowman, Judith S., et al., Addison-Wesley. Others like<I>The
298308
Complete Reference SQL</I>, Groff et al., McGraw-Hill.</P>
299309

300-
<H4><Aname="1.10">1.10</A>) How do I join the development
310+
<H4><Aname="1.11">1.11</A>) How do I join the development
301311
team?</H4>
302312

303313
<P>First, download the latest source and read the PostgreSQL
@@ -312,16 +322,6 @@ <H4><A name="1.10">1.10</A>) How do I join the development
312322
committers to keep up, and we had confidence that patches they
313323
committed were of high quality.</P>
314324

315-
<H4><Aname="1.11">1.11</A>) How do I submit a bug report?</H4>
316-
317-
<P>Visit the PostgreSQL bug form at<Ahref=
318-
"http://www.postgresql.org/support/submitbug">
319-
http://www.postgresql.org/support/submitbug</A>.</P>
320-
321-
<P>Also check out our ftp site<Ahref=
322-
"ftp://ftp.PostgreSQL.org/pub">ftp://ftp.PostgreSQL.org/pub</A> to
323-
see if there is a more recent PostgreSQL version or patches.</P>
324-
325325
<H4><Aname="1.12">1.12</A>) How does PostgreSQL compare to other
326326
<SMALL>DBMS</SMALL>s?</H4>
327327

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp