11<!--
2- $PostgreSQL: pgsql/doc/src/sgml/external-projects.sgml,v 1.3 2004/12/03 06:18:12 momjian Exp $
2+ $PostgreSQL: pgsql/doc/src/sgml/external-projects.sgml,v 1.4 2004/12/03 06:30:40 momjian Exp $
33-->
44
55 <chapter id="external-projects">
66 <title>External Projects</title>
77
88 <para>
9- <productname>PostgreSQL</productname> is a large piece of very
10- complex software, and managing the code is a difficult process. We
11- have found that many enhancements to
12- <productname>PostgreSQL</productname> can be more efficiently
13- developed independently of the main project. They can have their own
14- developer teams, email lists, their own bug tracking, and their own
15- release schedule. While their independence makes development easier,
16- it makes users job harder. They have to hunt around looking for
17- database enhancements to meet their needs.
18- </para>
19-
20- <para>
21- This section will outlines some of the more popular externally
9+ <productname>PostgreSQL</productname> is a complex software project,
10+ and managing it is difficult. We have found that many
11+ enhancements to <productname>PostgreSQL</productname> can be more
12+ efficiently developed independently of the main project. They can
13+ have their own developer teams, email lists, their own bug tracking,
14+ and their own release schedule. While their independence makes
15+ development easier, it makes user's jobs harder. They have to hunt
16+ around looking for database enhancements to meet their needs.
17+ This section outlines some of the more popular externally
2218 developed enhancements and guides you on how to find them.
2319 </para>
2420
@@ -30,13 +26,13 @@ $PostgreSQL: pgsql/doc/src/sgml/external-projects.sgml,v 1.3 2004/12/03 06:18:12
3026 </indexterm>
3127
3228 <para>
33- <productname>PostgreSQL</productname>packages very few interfaces
29+ <productname>PostgreSQL</productname>includes very few interfaces
3430 with the base distribution. <application>libpq</> is packaged because
3531 it is the primary <application>C</> interface and many other
3632 interfaces are built on top of it. <application>ecpg</> is packaged
37- because it is tied to the server-side grammar soit is very dependent
33+ because it is tied to the server-side grammar so is very dependent
3834 on the database version. All the other interfaces are independent
39- projects.
35+ projects and must be installed separately .
4036 </para>
4137
4238 <para>