diff --git a/doc/src/sgml/external-projects.sgml b/doc/src/sgml/external-projects.sgml
index 1a7a0741691..5ff952dfa55 100644
--- a/doc/src/sgml/external-projects.sgml
+++ b/doc/src/sgml/external-projects.sgml
@@ -1,139 +1,243 @@
-
+
- PgFoundry and External Projects
+ External ProjectsPostgreSQL is a complex software project,
and managing the project is difficult. We have found that many
enhancements to PostgreSQL can be more
- efficiently developed separately from the core project.
-
-
-
- To help our community with the development of their external projects,
- we have created the PgFoundry.
- PgFoundry is built using the
- GForge software project and is similar to SourceForge in its feature set. If
- you have a PostgreSQL related Open Source project that you would like to
- develop and need project management resources such as mailing lists, forums,
- bug tracking, and CVS, please feel free to create a new project.
+ efficiently developed separately from the core project.
- Secondly, many PostgreSQL-related projects are
- still hosted at GBorg>.
- GBorg is the original external community developer site, and while it is
- currently closed to new projects in favor of PgFoundry, it still contains
- many active and relevant projects. There are other popular PostgreSQL
- related projects that are hosted independently as well at other community
- sites such as SourceForge. You should
- search the web if you don't find the project you are looking for.
+ To help our community with the development of their external projects, we
+ have created PgFoundry, a
+ website that provides hosting for PostgreSQL>-related
+ projects that are maintained outside the core PostgreSQL>
+ distribution. PgFoundry is built using the GForge software project and is
+ similar to SourceForge.net> in its
+ feature set, providing mailing lists, forums, bug tracking, CVS, and web
+ hosting. If you have a PostgreSQL>-related open source
+ project that you would like to have hosted at PgFoundy, please feel free
+ to create a new project.
+
+
+ Many PostgreSQL-related projects are still
+ hosted at GBorg>. GBorg is
+ the original external community developer site, and while it is
+ currently closed to new projects in favor of PgFoundry, it still
+ contains many active and relevant projects. Other popular
+ PostgreSQL-related projects are hosted
+ independently, or on other project-hosting sites such such as SourceForge.net. You should search
+ the web if you don't find the project you are looking for.
+
+
+
- Externally Developed Interfaces
+ Client Interfacesinterfaces
+ externally maintained
- PostgreSQL includes very few interfaces
- with the base distribution. libpq> is packaged because
- it is the primary C> interface and many other interfaces
- are build on top of it. ecpg> is also packaged because it is
- tied to the server-side grammar so is very dependent on the database
- version. All the other interfaces, such as ODBC, Java, Perl, Python, and
- others, are external projects and must be installed separately.
+ There are only two client interfaces included in the base
+ PostgreSQL distribution:
+
+
+
+ libpq is included because it is the
+ primary C language interface, and because many other client interfaces
+ are built on top of it.
+
+
+
+
+
+ ecpg is included because it depends on the
+ server-side SQL grammar, and is therefore sensitive to changes in
+ PostgreSQL itself.
+
+
+
+
+ All other language interfaces are external projects and are distributed
+ separately. includes a list of
+ some of these projects. Note that some of these packages may not be
+ released under the same license as PostgreSQL>. For more
+ information on each language interface, including licensing terms, refer to
+ its website and documentation.
+
+
+
+
+
+
+ Procedural Languages
+
+
+ procedural language
+ externally maintained
+
+
+
+ PostgreSQL includes several procedural
+ languages with the base distribution: PL/PgSQL, PL/Tcl,
+ PL/Perl, and PL/Python.
- Some of the more popular interfaces are:
+ In addition, there are a number of procedural languages that are developed
+ and maintained outside the core PostgreSQL
+ distribution. lists some of these
+ packages. Note that some of these projects may not be released under the same
+ license as PostgreSQL>. For more information on each
+ procedural language, including licensing information, refer to its website
+ and documentation.
+
-
-
- psqlODBC
-
-
- This is the most common interface for Windows>
- applications. Website.
-
-
-
+
@@ -144,18 +248,21 @@
- PostgreSQL> was designed from the start to be
- extensible. For this reason, extensions loaded into the database can
- function just like features that are packaged with the database. The
+ PostgreSQL> is designed to be easily extensible. For
+ this reason, extensions loaded into the database can function just
+ like features that are packaged with the database. The
contrib/> directory shipped with the source code
contains a large number of extensions. The README> file
- in that directory contains a summary. They include conversion tools,
- full-text indexing, XML> tools, and additional data types
- and indexing methods. Other extensions are developed independently,
- like PostGIS>. Even PostgreSQL>
- replication solutions are developed externally. For example,
- Slony-I> is a popular master/slave replication solution
- that is developed independently from the core project.
+ in that directory contains a summary. They include conversion
+ tools, full-text indexing, XML> tools, and additional
+ data types and indexing methods. Other extensions are developed
+ independently, like PostGIS>. Even
+ PostgreSQL> replication solutions are developed
+ externally. For example, Slony-I> is a popular
+ master/slave replication solution that is developed independently
+ from the core project.
@@ -163,7 +270,6 @@
PostgreSQL>. The most popular is
pgAdmin III>,
and there are several commercially available ones as well.
-
-
+
diff --git a/doc/src/sgml/xplang.sgml b/doc/src/sgml/xplang.sgml
index e56e72d6a08..d4b1163145a 100644
--- a/doc/src/sgml/xplang.sgml
+++ b/doc/src/sgml/xplang.sgml
@@ -1,4 +1,4 @@
-
+
Procedural Languages
@@ -31,15 +31,11 @@
PL/Tcl (),
PL/Perl (), and
PL/Python ().
- Other languages can be defined by users.
- The basics of developing a new procedural language are covered in .
-
-
-
There are additional procedural languages available that are not
included in the core distribution.
- has information about finding them.
+ has information about finding them. In addition other languages can
+ be defined by users; the basics of developing a new procedural
+ language are covered in .