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

Commit725ace4

Browse files
committed
Reorder "who controls PostgreSQL" to near the top.
1 parentafae557 commit725ace4

File tree

2 files changed

+54
-54
lines changed

2 files changed

+54
-54
lines changed

‎doc/FAQ

Lines changed: 27 additions & 27 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 2115:54:10 EST 2005
4+
Last updated: Mon Nov 2116:01:05 EST 2005
55

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

@@ -15,18 +15,18 @@
1515
General Questions
1616

1717
1.1) What is PostgreSQL? How is it pronounced?
18-
1.2)What is the copyright of PostgreSQL?
19-
1.3) Whatplatforms does PostgreSQL support?
20-
1.4)Where can I getPostgreSQL?
21-
1.5)What is the latest release?
22-
1.6)Where can I get support?
23-
1.7)How do Isubmit a bug report?
24-
1.8) How do Ifind out about known bugs or missing features?
25-
1.9)What documentation is available?
26-
1.10)How can I learn SQL?
27-
1.11) Howdo Ijoin the development team?
28-
1.12) Howdoes PostgreSQL compare to other DBMSs?
29-
1.13)Who controls PostgreSQL?
18+
1.2)Who controls PostgreSQL?
19+
1.3) Whatis the copyright of PostgreSQL?
20+
1.4)What platforms doesPostgreSQL support?
21+
1.5)Where can I get PostgreSQL?
22+
1.6)What is the latest release?
23+
1.7)Where can Iget support?
24+
1.8) How do Isubmit a bug report?
25+
1.9)How do I find out about known bugs or missing features?
26+
1.10)What documentation is available?
27+
1.11) Howcan Ilearn SQL?
28+
1.12) Howdo I join the development team?
29+
1.13)How does PostgreSQL compare to other DBMSs?
3030

3131
User Client Questions
3232

@@ -101,7 +101,7 @@
101101
company. To get involved, see the developer's FAQ at
102102
http://www.postgresql.org/files/documentation/faqs/FAQ_DEV.html
103103

104-
1.2) What is the copyright of PostgreSQL?
104+
1.3) What is the copyright of PostgreSQL?
105105

106106
PostgreSQL is distributed under the classic BSD license. Basically, it
107107
allows users to do anything they want with the code, including
@@ -135,7 +135,7 @@
135135
CALIFORNIA HAS NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT,
136136
UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
137137

138-
1.3) What platforms does PostgreSQL support?
138+
1.4) What platforms does PostgreSQL support?
139139

140140
In general, any modern Unix-compatible platform should be able to run
141141
PostgreSQL. The platforms that had received explicit testing at the
@@ -152,12 +152,12 @@
152152
http://hobbes.nmsu.edu/cgi-bin/h-search?sh=1&button=Search&key=postgre
153153
SQL&stype=all&sort=type&dir=%2F.
154154

155-
1.4) Where can I get PostgreSQL?
155+
1.5) Where can I get PostgreSQL?
156156

157157
Via web browser, use http://www.postgresql.org/ftp/, and via ftp, use
158158
ftp://ftp.PostgreSQL.org/pub/.
159159

160-
1.6) Where can I get support?
160+
1.7) 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,22 +173,22 @@
173173
A list of commercial support companies is available at
174174
http://techdocs.postgresql.org/companies.php.
175175

176-
1.7) How do I submit a bug report?
176+
1.8) 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.5) What is the latest release?
184+
1.6) What is the latest release?
185185

186-
The latest release of PostgreSQL is version 8.1.
186+
The latest release of PostgreSQL is version 8.1.1
187187

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

191-
1.9) What documentation is available?
191+
1.10) What documentation is available?
192192

193193
PostgreSQL includes extensive documentation, including a large manual,
194194
manual pages, and some test examples. See the /doc directory. You can
@@ -209,12 +209,12 @@
209209

210210
Our web site contains even more documentation.
211211

212-
1.8) How do I find out about known bugs or missing features?
212+
1.9) 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.
216216

217-
1.10) How can I learn SQL?
217+
1.11) How can I learn SQL?
218218

219219
First, consider the PostgreSQL-specific books mentioned above. Another
220220
one is "Teach Yourself SQL in 21 Days, Second Edition" at
@@ -228,11 +228,11 @@
228228
http://ourworld.compuserve.com/homepages/graeme_birchall/HTM_COOK.HTM,
229229
and at http://sqlcourse.com.
230230

231-
1.11) How do I join the development team?
231+
1.12) How do I join the development team?
232232

233233
See the Developer's FAQ.
234234

235-
1.12) How does PostgreSQL compare to other DBMSs?
235+
1.13) How does PostgreSQL compare to other DBMSs?
236236

237237
There are several ways of measuring software: features, performance,
238238
reliability, support, and price.
@@ -267,14 +267,14 @@
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.6.)
270+
section 1.7.)
271271

272272
Price
273273
We are free for all use, both commercial and non-commercial.
274274
You can add our code to your product with no limitations,
275275
except those outlined in our BSD-style license stated above.
276276

277-
1.13) Who controls PostgreSQL?
277+
1.2) Who controls PostgreSQL?
278278

279279
If you are looking for a PostgreSQL gatekeeper, central committee, or
280280
controlling company, give up --- there isn't one. We do have a core

‎doc/src/FAQ/FAQ.html

Lines changed: 27 additions & 27 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 2115:54:10 EST 2005</P>
13+
<P>Last updated: Mon Nov 2116:01:05 EST 2005</P>
1414

1515
<P>Current maintainer: Bruce Momjian (<Ahref=
1616
"mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)
@@ -27,20 +27,20 @@ <H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1>
2727

2828
<H2align="center">General Questions</H2>
2929
<Ahref="#1.1">1.1</A>) What is PostgreSQL? How is it pronounced?<BR>
30-
<Ahref="#1.2">1.2</A>) What is the copyright of PostgreSQL?<BR>
31-
<Ahref="#1.3">1.3</A>) What platforms does PostgreSQL support?<BR>
32-
<Ahref="#1.4">1.4</A>) Where can I get PostgreSQL?<BR>
33-
<Ahref="#1.5">1.5</A>) What is the latest release?<BR>
34-
<Ahref="#1.6">1.6</A>) Where can I get support?<BR>
35-
<Ahref="#1.7">1.7</A>) How do I submit a bug report?<BR>
36-
<Ahref="#1.8">1.8</A>) How do I find out about known bugs or
30+
<Ahref="#1.2">1.2</A>) Who controls PostgreSQL?<BR>
31+
<Ahref="#1.3">1.3</A>) What is the copyright of PostgreSQL?<BR>
32+
<Ahref="#1.4">1.4</A>) What platforms does PostgreSQL support?<BR>
33+
<Ahref="#1.5">1.5</A>) Where can I get PostgreSQL?<BR>
34+
<Ahref="#1.6">1.6</A>) What is the latest release?<BR>
35+
<Ahref="#1.7">1.7</A>) Where can I get support?<BR>
36+
<Ahref="#1.8">1.8</A>) How do I submit a bug report?<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>) What documentation is available?<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>
41-
<Ahref="#1.12">1.12</A>) How does PostgreSQL compare to other
39+
<Ahref="#1.10">1.10</A>) What documentation is available?<BR>
40+
<Ahref="#1.11">1.11</A>) How can I learn<SMALL>SQL</SMALL>?<BR>
41+
<Ahref="#1.12">1.12</A>) How do I join the development team?<BR>
42+
<Ahref="#1.13">1.13</A>) How does PostgreSQL compare to other
4243
<SMALL>DBMS</SMALL>s?<BR>
43-
<Ahref="#1.13">1.13</A>) Who controls PostgreSQL?<BR>
4444

4545

4646
<H2align="center">User Client Questions</H2>
@@ -145,7 +145,7 @@ <H3><A name="1.1">1.1</A>) What is PostgreSQL? How is it pronounced?</H3>
145145
http://www.postgresql.org/files/documentation/faqs/FAQ_DEV.html</A>
146146
</P>
147147

148-
<H3><Aname="1.2">1.2</A>) What is the copyright of
148+
<H3><Aname="1.3">1.3</A>) What is the copyright of
149149
PostgreSQL?</H3>
150150

151151
<P>PostgreSQL is distributed under the classic BSD license. Basically,
@@ -179,7 +179,7 @@ <H3><A name="1.2">1.2</A>) What is the copyright of
179179
UNIVERSITY OF CALIFORNIA HAS NO OBLIGATIONS TO PROVIDE MAINTENANCE,
180180
SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.</P>
181181

182-
<H3><Aname="1.3">1.3</A>) What platforms does PostgreSQL support?</H3>
182+
<H3><Aname="1.4">1.4</A>) What platforms does PostgreSQL support?</H3>
183183

184184
<P>In general, any modern Unix-compatible platform should be able to
185185
run PostgreSQL. The platforms that had received explicit testing at
@@ -198,14 +198,14 @@ <H3><A name="1.3">1.3</A>) What platforms does PostgreSQL support?</H3>
198198
"http://hobbes.nmsu.edu/cgi-bin/h-search?sh=1&amp;button=Search&amp;key=postgreSQL&amp;stype=all&amp;sort=type&amp;dir=%2F">
199199
http://hobbes.nmsu.edu/cgi-bin/h-search?sh=1&amp;button=Search&amp;key=postgreSQL&amp;stype=all&amp;sort=type&amp;dir=%2F</a>.</p>
200200

201-
<H3><Aname="1.4">1.4</A>) Where can I get PostgreSQL?</H3>
201+
<H3><Aname="1.5">1.5</A>) Where can I get PostgreSQL?</H3>
202202

203203
<P>Via web browser, use<ahref="http://www.postgresql.org/ftp/">
204204
http://www.postgresql.org/ftp/</a>, and via ftp, use
205205
<Ahref="ftp://ftp.PostgreSQL.org/pub/">
206206
ftp://ftp.PostgreSQL.org/pub/</A>.</P>
207207

208-
<H3><Aname="1.6">1.6</A>) Where can I get support?</H3>
208+
<H3><Aname="1.7">1.7</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.6">1.6</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><Aname="1.7">1.7</A>) How do I submit a bug report?</H3>
227+
<H3><Aname="1.8">1.8</A>) How do I submit a bug report?</H3>
228228

229229
<P>Visit the PostgreSQL bug form at<Ahref=
230230
"http://www.postgresql.org/support/submitbug">
@@ -234,14 +234,14 @@ <H3><A name="1.7">1.7</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><Aname="1.5">1.5</A>) What is the latest release?</H3>
237+
<H3><Aname="1.6">1.6</A>) What is the latest release?</H3>
238238

239-
<P>The latest release of PostgreSQL is version 8.1.</P>
239+
<P>The latest release of PostgreSQL is version 8.1.1</P>
240240

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

244-
<H3><Aname="1.9">1.9</A>) What documentation is available?</H3>
244+
<H3><Aname="1.10">1.10</A>) What documentation is available?</H3>
245245

246246
<P>PostgreSQL includes extensive documentation, including a large
247247
manual, manual pages, and some test examples. See the<I>/doc</I>
@@ -267,14 +267,14 @@ <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><Aname="1.8">1.8</A>) How do I find out about known bugs or
270+
<H3><Aname="1.9">1.9</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>.
274274
See our<Ahref="http://www.postgresql.org/docs/faqs.TODO.html">TODO</A>
275275
list for known bugs, missing features, and future plans.</P>
276276

277-
<H3><Aname="1.10">1.10</A>) How can I learn
277+
<H3><Aname="1.11">1.11</A>) How can I learn
278278
<SMALL>SQL</SMALL>?</H3>
279279

280280
<P>First, consider the PostgreSQL-specific books mentioned above.
@@ -293,13 +293,13 @@ <H3><A name="1.10">1.10</A>) How can I learn
293293
and at<Ahref=
294294
"http://sqlcourse.com/">http://sqlcourse.com.</A></P>
295295

296-
<H3><Aname="1.11">1.11</A>) How do I join the development
296+
<H3><Aname="1.12">1.12</A>) How do I join the development
297297
team?</H3>
298298

299299
<P>See the<ahref="http://www.postgresql.org/docs/faqs.FAQ_DEV.html">
300300
Developer's FAQ</A>.</P>
301301

302-
<H3><Aname="1.12">1.12</A>) How does PostgreSQL compare to other
302+
<H3><Aname="1.13">1.13</A>) How does PostgreSQL compare to other
303303
<SMALL>DBMS</SMALL>s?</H3>
304304

305305
<P>There are several ways of measuring software: features,
@@ -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<Ahref="#1.6">FAQ section 1.6</A>.)<BR>
349+
(See<Ahref="#1.7">FAQ section 1.7</A>.)<BR>
350350
<BR>
351351
</DD>
352352

@@ -359,7 +359,7 @@ <H3><A name="1.12">1.12</A>) How does PostgreSQL compare to other
359359
</DD>
360360
</DL>
361361

362-
<H3><Aname="1.13">1.13</A>) Who controls PostgreSQL?<BR>
362+
<H3><Aname="1.2">1.2</A>) Who controls PostgreSQL?<BR>
363363

364364
<P>If you are looking for a PostgreSQL gatekeeper, central committee,
365365
or controlling company, give up --- there isn't one. We do have a

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp