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

Commita3b7d45

Browse files
committed
Merge unix and non-unix platform faq items, and remove Y2K item.
1 parent811df91 commita3b7d45

File tree

2 files changed

+48
-67
lines changed

2 files changed

+48
-67
lines changed

‎doc/FAQ

Lines changed: 24 additions & 32 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: Sat Jan 29 21:05:17 EST 2005
4+
Last updated: Sat Jan 29 21:21:25 EST 2005
55

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

@@ -16,19 +16,17 @@
1616

1717
1.1) What is PostgreSQL? How is it pronounced?
1818
1.2) What is the copyright on PostgreSQL?
19-
1.3) What Unix platforms does PostgreSQL run on?
20-
1.4) What non-Unix ports are available?
21-
1.5) Where can I get PostgreSQL?
22-
1.6) Where can I get support?
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?
26-
1.10) How can I learn SQL?
27-
1.11) Is PostgreSQL Y2K compliant?
28-
1.12) How do I join the development team?
29-
1.13) How do I submit a bug report?
30-
1.14) How does PostgreSQL compare to other DBMSs?
31-
1.15) How can I financially assist PostgreSQL?
19+
1.3) What platforms does PostgreSQL support?
20+
1.4) Where can I get PostgreSQL?
21+
1.5) Where can I get support?
22+
1.6) What is the latest release?
23+
1.7) What documentation is available?
24+
1.8) How do I find out about known bugs or missing features?
25+
1.9) How can I learn SQL?
26+
1.10) How do I join the development team?
27+
1.11) How do I submit a bug report?
28+
1.12) How does PostgreSQL compare to other DBMSs?
29+
1.13) How can I financially assist PostgreSQL?
3230

3331
User Client Questions
3432

@@ -172,14 +170,12 @@
172170
no restrictions on how the source code may be used. We like it and
173171
have no intention of changing it.
174172

175-
1.3) WhatUnixplatforms does PostgreSQLrun on?
173+
1.3) What platforms does PostgreSQLsupport?
176174

177175
In general, any modern Unix-compatible platform should be able to run
178176
PostgreSQL. The platforms that had received explicit testing at the
179177
time of release are listed in the installation instructions.
180178

181-
1.4) What non-Unix ports are available?
182-
183179
Starting with version 8.0, PostgreSQL now runs natively on Microsoft
184180
Windows NT-based operating systems like Win2000, WinXP, and Win2003. A
185181
prepackaged installer is available at
@@ -191,12 +187,12 @@
191187
http://hobbes.nmsu.edu/cgi-bin/h-search?sh=1&button=Search&key=postgre
192188
SQL&stype=all&sort=type&dir=%2F.
193189

194-
1.5) Where can I get PostgreSQL?
190+
1.4) Where can I get PostgreSQL?
195191

196192
The primary anonymous ftp site for PostgreSQL is
197193
ftp://ftp.PostgreSQL.org/pub. For mirror sites, see our main web site.
198194

199-
1.6) Where can I get support?
195+
1.5) Where can I get support?
200196

201197
The main mailing list is: pgsql-general@PostgreSQL.org. It is
202198
available for discussion of matters pertaining to PostgreSQL. To
@@ -241,13 +237,13 @@
241237
A list of commercial support companies is available at
242238
http://techdocs.postgresql.org/companies.php.
243239

244-
1.7) What is the latest release?
240+
1.6) What is the latest release?
245241

246242
The latest release of PostgreSQL is version 8.0.0.
247243

248244
We plan to have major releases every six to eight months.
249245

250-
1.8) What documentation is available?
246+
1.7) What documentation is available?
251247

252248
Several manuals, manual pages, and some small test examples are
253249
included in the distribution. See the /doc directory. You can also
@@ -267,12 +263,12 @@
267263

268264
Our web site contains even more documentation.
269265

270-
1.9) How do I find out about known bugs or missing features?
266+
1.8) How do I find out about known bugs or missing features?
271267

272268
PostgreSQL supports an extended subset of SQL-92. See our TODO list
273269
for known bugs, missing features, and future plans.
274270

275-
1.10) How can I learn SQL?
271+
1.9) How can I learn SQL?
276272

277273
The PostgreSQL book at http://www.PostgreSQL.org/docs/awbook.html
278274
teaches SQL. There is another PostgreSQL book at
@@ -288,11 +284,7 @@
288284
et al., Addison-Wesley. Others like The Complete Reference SQL, Groff
289285
et al., McGraw-Hill.
290286

291-
1.11) Is PostgreSQL Y2K compliant?
292-
293-
Yes, we easily handle dates past the year 2000 AD, and before 2000 BC.
294-
295-
1.12) How do I join the development team?
287+
1.10) How do I join the development team?
296288

297289
First, download the latest source and read the PostgreSQL Developers
298290
documentation on our web site, or in the distribution. Second,
@@ -305,15 +297,15 @@
305297
and we had confidence that patches they committed were of high
306298
quality.
307299

308-
1.13) How do I submit a bug report?
300+
1.11) How do I submit a bug report?
309301

310302
Visit the PostgreSQL bug form at
311303
http://www.postgresql.org/support/submitbug.
312304

313305
Also check out our ftp site ftp://ftp.PostgreSQL.org/pub to see if
314306
there is a more recent PostgreSQL version or patches.
315307

316-
1.14) How does PostgreSQL compare to other DBMSs?
308+
1.12) How does PostgreSQL compare to other DBMSs?
317309

318310
There are several ways of measuring software: features, performance,
319311
reliability, support, and price.
@@ -353,14 +345,14 @@
353345
community, manuals, and the source code often make PostgreSQL
354346
support superior to other DBMSs. There is commercial
355347
per-incident support available for those who need it. (See FAQ
356-
section 1.6.)
348+
section 1.5.)
357349

358350
Price
359351
We are free for all use, both commercial and non-commercial.
360352
You can add our code to your product with no limitations,
361353
except those outlined in our BSD-style license stated above.
362354

363-
1.15) How can I financially assist PostgreSQL?
355+
1.13) How can I financially assist PostgreSQL?
364356

365357
PostgreSQL has had a first-class infrastructure since we started in
366358
1996. This is all thanks to Marc Fournier, who has created and managed

‎doc/src/FAQ/FAQ.html

Lines changed: 24 additions & 35 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: Sat Jan 29 21:05:17 EST 2005</P>
13+
<P>Last updated: Sat Jan 29 21:21:25 EST 2005</P>
1414

1515
<P>Current maintainer: Bruce Momjian (<Ahref=
1616
"mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR>
@@ -28,22 +28,19 @@ <H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1>
2828
<H2align="center">General Questions</H2>
2929
<Ahref="#1.1">1.1</A>) What is PostgreSQL? How is it pronounced?<BR>
3030
<Ahref="#1.2">1.2</A>) What is the copyright on PostgreSQL?<BR>
31-
<Ahref="#1.3">1.3</A>) What Unix platforms does PostgreSQL run
32-
on?<BR>
33-
<Ahref="#1.4">1.4</A>) What non-Unix ports are available?<BR>
34-
<Ahref="#1.5">1.5</A>) Where can I get PostgreSQL?<BR>
35-
<Ahref="#1.6">1.6</A>) Where can I get support?<BR>
36-
<Ahref="#1.7">1.7</A>) What is the latest release?<BR>
37-
<Ahref="#1.8">1.8</A>) What documentation is available?<BR>
38-
<Ahref="#1.9">1.9</A>) How do I find out about known bugs or
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>) 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
3937
missing features?<BR>
40-
<Ahref="#1.10">1.10</A>) How can I learn<SMALL>SQL</SMALL>?<BR>
41-
<Ahref="#1.11">1.11</A>) Is PostgreSQL Y2K compliant?<BR>
42-
<Ahref="#1.12">1.12</A>) How do I join the development team?<BR>
43-
<Ahref="#1.13">1.13</A>) How do I submit a bug report?<BR>
44-
<Ahref="#1.14">1.14</A>) How does PostgreSQL compare to other
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>
41+
<Ahref="#1.12">1.12</A>) How does PostgreSQL compare to other
4542
<SMALL>DBMS</SMALL>s?<BR>
46-
<Ahref="#1.15">1.15</A>) How can I financially assist
43+
<Ahref="#1.13">1.13</A>) How can I financially assist
4744
PostgreSQL?<BR>
4845

4946

@@ -225,16 +222,13 @@ <H4><A name="1.2">1.2</A>) What is the copyright on
225222
It has no restrictions on how the source code may be used. We like
226223
it and have no intention of changing it.</P>
227224

228-
<H4><Aname="1.3">1.3</A>) What Unix platforms does PostgreSQL run
229-
on?</H4>
225+
<H4><Aname="1.3">1.3</A>) What platforms does PostgreSQL support?</H4>
230226

231227
<P>In general, any modern Unix-compatible platform should be able to
232228
run PostgreSQL. The platforms that had received explicit testing at
233229
the time of release are listed in the installation
234230
instructions.</P>
235231

236-
<H4><Aname="1.4">1.4</A>) What non-Unix ports are available?</H4>
237-
238232
<P>Starting with version 8.0, PostgreSQL now runs natively on
239233
Microsoft Windows NT-based operating systems like Win2000, WinXP,
240234
and Win2003. A prepackaged installer is available at<ahref=
@@ -248,13 +242,13 @@ <H4><A name="1.4">1.4</A>) What non-Unix ports are available?</H4>
248242
"http://hobbes.nmsu.edu/cgi-bin/h-search?sh=1&button=Search&key=postgreSQL&stype=all&sort=type&dir=%2F">
249243
http://hobbes.nmsu.edu/cgi-bin/h-search?sh=1&button=Search&key=postgreSQL&stype=all&sort=type&dir=%2F</a>.</p>
250244

251-
<H4><Aname="1.5">1.5</A>) Where can I get PostgreSQL?</H4>
245+
<H4><Aname="1.4">1.4</A>) Where can I get PostgreSQL?</H4>
252246

253247
<P>The primary anonymous ftp site for PostgreSQL is<Ahref=
254248
"ftp://ftp.PostgreSQL.org/pub">ftp://ftp.PostgreSQL.org/pub</A>.
255249
For mirror sites, see our main web site.</P>
256250

257-
<H4><Aname="1.6">1.6</A>) Where can I get support?</H4>
251+
<H4><Aname="1.5">1.5</A>) Where can I get support?</H4>
258252

259253
<P>The main mailing list is:<Ahref=
260254
"mailto:pgsql-general@PostgreSQL.org">pgsql-general@PostgreSQL.org</A>.
@@ -316,13 +310,13 @@ <H4><A name="1.6">1.6</A>) Where can I get support?</H4>
316310
<P>A list of commercial support companies is available at<Ahref=
317311
"http://techdocs.postgresql.org/companies.php">http://techdocs.postgresql.org/companies.php</A>.</P>
318312

319-
<H4><Aname="1.7">1.7</A>) What is the latest release?</H4>
313+
<H4><Aname="1.6">1.6</A>) What is the latest release?</H4>
320314

321315
<P>The latest release of PostgreSQL is version 8.0.0.</P>
322316

323317
<P>We plan to have major releases every six to eight months.</P>
324318

325-
<H4><Aname="1.8">1.8</A>) What documentation is available?</H4>
319+
<H4><Aname="1.7">1.7</A>) What documentation is available?</H4>
326320

327321
<P>Several manuals, manual pages, and some small test examples are
328322
included in the distribution. See the<I>/doc</I> directory. You
@@ -346,14 +340,14 @@ <H4><A name="1.8">1.8</A>) What documentation is available?</H4>
346340

347341
<P>Our web site contains even more documentation.</P>
348342

349-
<H4><Aname="1.9">1.9</A>) How do I find out about known bugs or
343+
<H4><Aname="1.8">1.8</A>) How do I find out about known bugs or
350344
missing features?</H4>
351345

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

356-
<H4><Aname="1.10">1.10</A>) How can I learn
350+
<H4><Aname="1.9">1.9</A>) How can I learn
357351
<SMALL>SQL</SMALL>?</H4>
358352

359353
<P>The PostgreSQL book at<Ahref=
@@ -377,12 +371,7 @@ <H4><A name="1.10">1.10</A>) How can I learn
377371
Bowman, Judith S., et al., Addison-Wesley. Others like<I>The
378372
Complete Reference SQL</I>, Groff et al., McGraw-Hill.</P>
379373

380-
<H4><Aname="1.11">1.11</A>) Is PostgreSQL Y2K compliant?</H4>
381-
382-
<P>Yes, we easily handle dates past the year 2000 AD, and before
383-
2000 BC.</P>
384-
385-
<H4><Aname="1.12">1.12</A>) How do I join the development
374+
<H4><Aname="1.10">1.10</A>) How do I join the development
386375
team?</H4>
387376

388377
<P>First, download the latest source and read the PostgreSQL
@@ -397,7 +386,7 @@ <H4><A name="1.12">1.12</A>) How do I join the development
397386
committers to keep up, and we had confidence that patches they
398387
committed were of high quality.</P>
399388

400-
<H4><Aname="1.13">1.13</A>) How do I submit a bug report?</H4>
389+
<H4><Aname="1.11">1.11</A>) How do I submit a bug report?</H4>
401390

402391
<P>Visit the PostgreSQL bug form at<Ahref=
403392
"http://www.postgresql.org/support/submitbug">
@@ -407,7 +396,7 @@ <H4><A name="1.13">1.13</A>) How do I submit a bug report?</H4>
407396
"ftp://ftp.PostgreSQL.org/pub">ftp://ftp.PostgreSQL.org/pub</A> to
408397
see if there is a more recent PostgreSQL version or patches.</P>
409398

410-
<H4><Aname="1.14">1.14</A>) How does PostgreSQL compare to other
399+
<H4><Aname="1.12">1.12</A>) How does PostgreSQL compare to other
411400
<SMALL>DBMS</SMALL>s?</H4>
412401

413402
<P>There are several ways of measuring software: features,
@@ -460,7 +449,7 @@ <H4><A name="1.14">1.14</A>) How does PostgreSQL compare to other
460449
community, manuals, and the source code often make PostgreSQL
461450
support superior to other<SMALL>DBMS</SMALL>s. There is
462451
commercial per-incident support available for those who need it.
463-
(See<Ahref="#1.6">FAQ section 1.6</A>.)<BR>
452+
(See<Ahref="#1.5">FAQ section 1.5</A>.)<BR>
464453
<BR>
465454
</DD>
466455

@@ -473,7 +462,7 @@ <H4><A name="1.14">1.14</A>) How does PostgreSQL compare to other
473462
</DD>
474463
</DL>
475464

476-
<H4><Aname="1.15">1.15</A>) How can I financially assist
465+
<H4><Aname="1.13">1.13</A>) How can I financially assist
477466
PostgreSQL?</H4>
478467

479468
<P>PostgreSQL has had a first-class infrastructure since we started

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp