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

Commit810b507

Browse files
committed
Modernize the FAQ item "What is PostgreSQL" to skip most historical
information.
1 parent0c109c7 commit810b507

File tree

2 files changed

+23
-57
lines changed

2 files changed

+23
-57
lines changed

‎doc/FAQ

Lines changed: 9 additions & 25 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 Jan29 23:44:48 EST 2005
4+
Last updated:Sun Jan30 20:25:19 EST 2005
55

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

@@ -98,35 +98,19 @@
9898

9999
1.1) What is PostgreSQL? How is it pronounced?
100100

101-
PostgreSQL is pronounced Post-Gres-Q-L.
101+
PostgreSQL is pronounced Post-Gres-Q-L, also called just Postgres.
102102

103-
PostgreSQL is an enhancement of the POSTGRES database management
104-
system (and is still sometimes reffered to as simply "Postgres"), a
105-
next-generation DBMS research prototype. While PostgreSQL retains the
106-
powerful data model and rich data types of POSTGRES, it replaces the
107-
PostQuel query language with an extended subset of SQL. PostgreSQL is
108-
free and the complete source is available.
103+
PostgreSQL is an object-relational database system that has the
104+
features of traditional commercial database systems with enhancements
105+
to be found in next-generation DBMS systems. PostgreSQL is free and
106+
the complete source code is available.
109107

110-
PostgreSQL development is performed by a team of developers who all
111-
subscribe to the PostgreSQL development mailing list. The current
112-
coordinator is Marc G. Fournier (scrappy@PostgreSQL.org). (See section
113-
1.6 on how to join). This team is now responsible for all development
114-
of PostgreSQL. It is a community project and is not controlled by any
108+
PostgreSQL development is performed by a team of mostly volunteer
109+
developers spread throughout the world and communicating via the
110+
Internet. It is a community project and is not controlled by any
115111
company. To get involved, see the developer's FAQ at
116112
http://www.postgresql.org/files/documentation/faqs/FAQ_DEV.html
117113

118-
The authors of PostgreSQL 1.01 were Andrew Yu and Jolly Chen. Many
119-
others have contributed to the porting, testing, debugging, and
120-
enhancement of the code. The original Postgres code, from which
121-
PostgreSQL is derived, was the effort of many graduate students,
122-
undergraduate students, and staff programmers working under the
123-
direction of Professor Michael Stonebraker at the University of
124-
California, Berkeley.
125-
126-
The original name of the software at Berkeley was Postgres. When SQL
127-
functionality was added in 1995, its name was changed to Postgres95.
128-
The name was changed at the end of 1996 to PostgreSQL.
129-
130114
1.2) What is the copyright on PostgreSQL?
131115

132116
PostgreSQL is subject to the following COPYRIGHT:

‎doc/src/FAQ/FAQ.html

Lines changed: 14 additions & 32 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 Jan29 23:44:48 EST 2005</P>
13+
<P>Last updated:Sun Jan30 20:25:19 EST 2005</P>
1414

1515
<P>Current maintainer: Bruce Momjian (<Ahref=
1616
"mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)
@@ -140,41 +140,23 @@ <H2 align="center">General Questions</H2>
140140

141141
<H4><Aname="1.1">1.1</A>) What is PostgreSQL? How is it pronounced?</H4>
142142

143-
<P>PostgreSQL is pronounced<I>Post-Gres-Q-L</I>.</P>
144-
145-
<P>PostgreSQL is an enhancement of the POSTGRES database management
146-
system (and is still sometimes reffered to as simply "Postgres"),
147-
a next-generation<SMALL>DBMS</SMALL> research prototype.
148-
While PostgreSQL retains the powerful data model and rich data
149-
types of POSTGRES, it replaces the PostQuel query language with an
150-
extended subset of<SMALL>SQL</SMALL>. PostgreSQL is free and the
151-
complete source is available.</P>
152-
153-
<P>PostgreSQL development is performed by a team of
154-
developers who all subscribe to the PostgreSQL development mailing
155-
list. The current coordinator is Marc G. Fournier (<Ahref=
156-
"mailto:scrappy@PostgreSQL.org">scrappy@PostgreSQL.org</A>). (See
157-
section<ahref="#1.6">1.6</a> on how to join). This team is now
158-
responsible for all development of PostgreSQL. It is a community
159-
project and is not controlled by any company. To get involved, see
160-
the developer's FAQ at<Ahref=
143+
<P>PostgreSQL is pronounced<I>Post-Gres-Q-L</I>, also called just
144+
<I>Postgres</I>.</P>
145+
146+
<P>PostgreSQL is an object-relational database system that has the
147+
features of traditional commercial database systems with
148+
enhancements to be found in next-generation<SMALL>DBMS</SMALL>
149+
systems. PostgreSQL is free and the complete source code is
150+
available.</P>
151+
152+
<P>PostgreSQL development is performed by a team of mostly volunteer
153+
developers spread throughout the world and communicating via the
154+
Internet. It is a community project and is not controlled by any
155+
company. To get involved, see the developer's FAQ at<Ahref=
161156
"http://www.postgresql.org/files/documentation/faqs/FAQ_DEV.html">
162157
http://www.postgresql.org/files/documentation/faqs/FAQ_DEV.html</A>
163158
</P>
164159

165-
<P>The authors of PostgreSQL 1.01 were Andrew Yu and Jolly Chen.
166-
Many others have contributed to the porting, testing, debugging,
167-
and enhancement of the code. The original Postgres code, from which
168-
PostgreSQL is derived, was the effort of many graduate students,
169-
undergraduate students, and staff programmers working under the
170-
direction of Professor Michael Stonebraker at the University of
171-
California, Berkeley.</P>
172-
173-
<P>The original name of the software at Berkeley was Postgres. When
174-
<SMALL>SQL</SMALL> functionality was added in 1995, its name was
175-
changed to Postgres95. The name was changed at the end of 1996 to
176-
PostgreSQL.</P>
177-
178160
<H4><Aname="1.2">1.2</A>) What is the copyright on
179161
PostgreSQL?</H4>
180162

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp