aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2000-10-05 04:49:12 +0000
committerBruce Momjian <bruce@momjian.us>2000-10-05 04:49:12 +0000
commite6c8485127d0e7b6d058680b2e16892d27c5e609 (patch)
treec325d01af5073418e679db261c13a8551900c0a1 /doc/src
parent18d99bc264fd3b768117cb1efdc540bc8f619295 (diff)
downloadpostgresql-e6c8485127d0e7b6d058680b2e16892d27c5e609.tar.gz
postgresql-e6c8485127d0e7b6d058680b2e16892d27c5e609.zip
Update FAQ.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/FAQ/FAQ.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html
index 55b27236bb6..7a5dc1b9850 100644
--- a/doc/src/FAQ/FAQ.html
+++ b/doc/src/FAQ/FAQ.html
@@ -168,7 +168,7 @@ below on how to join). This team is now responsible for all development
of PostgreSQL.<P>
The authors of PostgreSQL 1.01 were Andrew Yu and Jolly Chen. Many
-others have contributed to the porting, testing, debugging and
+others have contributed to the porting, testing, debugging, and
enhancement of the code. The original Postgres code, from which
PostgreSQL is derived, was the effort of many graduate students,
undergraduate students, and staff programmers working under the
@@ -184,7 +184,7 @@ It is pronounced <I>Post-Gres-Q-L.</I>
<H4><A NAME="1.2">1.2</A>) What's the copyright on
PostgreSQL?</H4><P>
-PostgreSQL is subject to the following COPYRIGHT.<P>
+PostgreSQL is subject to the following COPYRIGHT:<P>
PostgreSQL Data Base Management System<P>
@@ -259,7 +259,7 @@ Unix/NT porting library. See <I>pgsql/doc/FAQ_NT</I> in the distribution.<P>
The primary anonymous ftp site for PostgreSQL is
<A
HREF="ftp://ftp.PostgreSQL.org/pub">ftp://ftp.PostgreSQL.org/pub</A>.
-For mirror sites, see our main web site.
+For mirror sites, see our main Web site.
<H4><A NAME="1.6">1.6</A>) Where can I get support?</H4><P>
@@ -350,7 +350,7 @@ http://www.PostgreSQL.org/docs/awbook.html</A>.<P>
<I>psql</I> has some nice \d commands to show information about types,
operators, functions, aggregates, etc.<P>
-Our web site contains even more documentation.<P>
+Our Web site contains even more documentation.<P>
<H4><A NAME="1.9">1.9</A>) How do I find out about known bugs or missing features?
</H4><P>
@@ -388,7 +388,7 @@ Yes, we easily handle dates past the year 2000AD, and before 2000BC.<P>
<H4><A NAME="1.12">1.12</A>) How do I join the development team?</H4><P>
First, download the latest source and read the PostgreSQL Developers
-documentation on our web site, or in the distribution.
+documentation on our Web site, or in the distribution.
Second, subscribe to the <I>pgsql-hackers</I> and <I>pgsql-patches</I> mailing lists.
Third, submit high-quality patches to pgsql-patches.<P>
@@ -444,7 +444,7 @@ inserts/updates because we have transaction overhead. Of course, MySQL
doesn't have any of the features mentioned in the <I>Features</I>
section above. We are built for flexibility and features, though we
continue to improve performance through profiling and source code
-analysis. There is an interesting web page comparing PostgreSQL to MySQL
+analysis. There is an interesting Web page comparing PostgreSQL to MySQL
at <a href="http://openacs.org/why-not-mysql.html">
http://openacs.org/why-not-mysql.html</a><BR><BR>
@@ -519,7 +519,7 @@ HREF="http://www.webtools.com">http://www.webtools.com</A><P>
There is also one at <A HREF="http://www.phone.net/home/mwm/hotlist/">
http://www.phone.net/home/mwm/hotlist/.</A><P>
-For web integration, PHP is an excellent interface. It is at
+For Web integration, PHP is an excellent interface. It is at
<A HREF="http://www.php.net">http://www.php.net</A><P>
For complex cases, many use the Perl interface and CGI.pm.<P>
@@ -532,7 +532,7 @@ A report generator? An embedded query language interface?</H4><P>
We have a nice graphical user interface called <I>pgaccess,</I> which is
shipped as part of the distribution. <I>Pgaccess</I> also has a report
-generator. The web page is <A HREF=
+generator. The Web page is <A HREF=
"http://www.flex.ro/pgaccess">http://www.flex.ro/pgaccess</A><P>
We also include <I>ecpg,</I> which is an embedded SQL query language interface for