mirror of
https://github.com/postgres/postgres.git
synced 2025-04-27 22:56:53 +03:00
Typo fixes.
This commit is contained in:
parent
e5615c42a7
commit
4aa09c5762
@ -1,24 +1,20 @@
|
|||||||
<!--
|
<!--
|
||||||
$PostgreSQL: pgsql/doc/src/sgml/external-projects.sgml,v 1.3 2004/12/03 06:18:12 momjian Exp $
|
$PostgreSQL: pgsql/doc/src/sgml/external-projects.sgml,v 1.4 2004/12/03 06:30:40 momjian Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<chapter id="external-projects">
|
<chapter id="external-projects">
|
||||||
<title>External Projects</title>
|
<title>External Projects</title>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
<productname>PostgreSQL</productname> is a large piece of very
|
<productname>PostgreSQL</productname> is a complex software project,
|
||||||
complex software, and managing the code is a difficult process. We
|
and managing it is difficult. We have found that many
|
||||||
have found that many enhancements to
|
enhancements to <productname>PostgreSQL</productname> can be more
|
||||||
<productname>PostgreSQL</productname> can be more efficiently
|
efficiently developed independently of the main project. They can
|
||||||
developed independently of the main project. They can have their own
|
have their own developer teams, email lists, their own bug tracking,
|
||||||
developer teams, email lists, their own bug tracking, and their own
|
and their own release schedule. While their independence makes
|
||||||
release schedule. While their independence makes development easier,
|
development easier, it makes user's jobs harder. They have to hunt
|
||||||
it makes users job harder. They have to hunt around looking for
|
around looking for database enhancements to meet their needs.
|
||||||
database enhancements to meet their needs.
|
This section outlines some of the more popular externally
|
||||||
</para>
|
|
||||||
|
|
||||||
<para>
|
|
||||||
This section will outlines some of the more popular externally
|
|
||||||
developed enhancements and guides you on how to find them.
|
developed enhancements and guides you on how to find them.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@ -30,13 +26,13 @@ $PostgreSQL: pgsql/doc/src/sgml/external-projects.sgml,v 1.3 2004/12/03 06:18:12
|
|||||||
</indexterm>
|
</indexterm>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
<productname>PostgreSQL</productname> packages very few interfaces
|
<productname>PostgreSQL</productname> includes very few interfaces
|
||||||
with the base distribution. <application>libpq</> is packaged because
|
with the base distribution. <application>libpq</> is packaged because
|
||||||
it is the primary <application>C</> interface and many other
|
it is the primary <application>C</> interface and many other
|
||||||
interfaces are built on top of it. <application>ecpg</> is packaged
|
interfaces are built on top of it. <application>ecpg</> is packaged
|
||||||
because it is tied to the server-side grammar so it is very dependent
|
because it is tied to the server-side grammar so is very dependent
|
||||||
on the database version. All the other interfaces are independent
|
on the database version. All the other interfaces are independent
|
||||||
projects.
|
projects and must be installed separately.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user