@@ -168,7 +168,7 @@ <H4><A
168168of PostgreSQL.< P >
169169
170170The authors of PostgreSQL 1.01 were Andrew Yu and Jolly Chen. Many
171- others have contributed to the porting, testing, debugging and
171+ others have contributed to the porting, testing, debugging, and
172172enhancement of the code. The original Postgres code, from which
173173PostgreSQL is derived, was the effort of many graduate students,
174174undergraduate students, and staff programmers working under the
@@ -184,7 +184,7 @@ <H4><A
184184< H4 > < A NAME ="1.2 "> 1.2</ A > ) What's the copyright on
185185PostgreSQL?</ H4 > < P >
186186
187- PostgreSQL is subject to the following COPYRIGHT. < P >
187+ PostgreSQL is subject to the following COPYRIGHT: < P >
188188
189189PostgreSQL Data Base Management System< P >
190190
@@ -259,7 +259,7 @@ <H4><A NAME="1.5">1.5</A>) Where can I get PostgreSQL?</H4><P>
259259The primary anonymous ftp site for PostgreSQL is
260260< A
261261HREF ="ftp://ftp.PostgreSQL.org/pub "> ftp://ftp.PostgreSQL.org/pub</ A > .
262- For mirror sites, see our mainweb site.
262+ For mirror sites, see our mainWeb site.
263263
264264< H4 > < A NAME ="1.6 "> 1.6</ A > ) Where can I get support?</ H4 > < P >
265265
@@ -350,7 +350,7 @@ <H4><A NAME="1.8">1.8</A>) What documentation is available?</H4><P>
350350< I > psql</ I > has some nice \d commands to show information about types,
351351operators, functions, aggregates, etc.< P >
352352
353- Ourweb site contains even more documentation.< P >
353+ OurWeb site contains even more documentation.< P >
354354
355355< H4 > < A NAME ="1.9 "> 1.9</ A > ) How do I find out about known bugs or missing features?
356356</ H4 > < P >
@@ -388,7 +388,7 @@ <H4><A NAME="1.11">1.11</A>) Is PostgreSQL Y2K compliant?</H4><P>
388388< H4 > < A NAME ="1.12 "> 1.12</ A > ) How do I join the development team?</ H4 > < P >
389389
390390First, download the latest source and read the PostgreSQL Developers
391- documentation on ourweb site, or in the distribution.
391+ documentation on ourWeb site, or in the distribution.
392392Second, subscribe to the< I > pgsql-hackers</ I > and< I > pgsql-patches</ I > mailing lists.
393393Third, submit high-quality patches to pgsql-patches.< P >
394394
@@ -444,7 +444,7 @@ <H4><A NAME="1.14">1.14</A>) How does PostgreSQL compare to other
444444doesn't have any of the features mentioned in the< I > Features</ I >
445445section above. We are built for flexibility and features, though we
446446continue to improve performance through profiling and source code
447- analysis. There is an interestingweb page comparing PostgreSQL to MySQL
447+ analysis. There is an interestingWeb page comparing PostgreSQL to MySQL
448448at< a href ="http://openacs.org/why-not-mysql.html ">
449449http://openacs.org/why-not-mysql.html</ a > < BR > < BR >
450450
@@ -519,7 +519,7 @@ <H4><A NAME="2.2">2.2</A>) What tools are available for hooking
519519There is also one at< A HREF ="http://www.phone.net/home/mwm/hotlist/ ">
520520http://www.phone.net/home/mwm/hotlist/.</ A > < P >
521521
522- Forweb integration, PHP is an excellent interface. It is at
522+ ForWeb integration, PHP is an excellent interface. It is at
523523< A HREF ="http://www.php.net "> http://www.php.net</ A > < P >
524524
525525For complex cases, many use the Perl interface and CGI.pm.< P >
@@ -532,7 +532,7 @@ <H4><A NAME="2.3">2.3</A>) Does PostgreSQL have a graphical user interface?
532532
533533We have a nice graphical user interface called< I > pgaccess,</ I > which is
534534shipped as part of the distribution.< I > Pgaccess</ I > also has a report
535- generator. Theweb page is< A HREF =
535+ generator. TheWeb page is< A HREF =
536536"http://www.flex.ro/pgaccess "> http://www.flex.ro/pgaccess</ A > < P >
537537
538538We also include< I > ecpg,</ I > which is an embedded SQL query language interface for