mirror of
https://github.com/postgres/postgres.git
synced 2025-05-05 09:19:17 +03:00
Small improvements to external-projects documentation.
This commit is contained in:
parent
f0b8a79c4b
commit
cee103da14
@ -19,8 +19,8 @@
|
|||||||
similar to <ulink url="http://sourceforge.net">SourceForge.net</> in its
|
similar to <ulink url="http://sourceforge.net">SourceForge.net</> in its
|
||||||
feature set, providing mailing lists, forums, bug tracking, SCM, and web
|
feature set, providing mailing lists, forums, bug tracking, SCM, and web
|
||||||
hosting. If you have a <productname>PostgreSQL</>-related open source
|
hosting. If you have a <productname>PostgreSQL</>-related open source
|
||||||
project that you would like to have hosted at PgFoundy, please feel free
|
project that you would like to have hosted at PgFoundry, please feel free
|
||||||
to create a new project.
|
to create a new project there.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<sect1 id="external-interfaces">
|
<sect1 id="external-interfaces">
|
||||||
@ -134,6 +134,22 @@
|
|||||||
</table>
|
</table>
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
||||||
|
<sect1 id="external-admin-tools">
|
||||||
|
<title>Administration Tools</title>
|
||||||
|
|
||||||
|
<indexterm>
|
||||||
|
<primary>administration tools</primary>
|
||||||
|
<secondary>externally maintained</secondary>
|
||||||
|
</indexterm>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
There are several administration tools available for
|
||||||
|
<productname>PostgreSQL</>. The most popular is
|
||||||
|
<application><ulink url="http://www.pgadmin.org/">pgAdmin III</ulink></>,
|
||||||
|
and there are several commercially available ones as well.
|
||||||
|
</para>
|
||||||
|
</sect1>
|
||||||
|
|
||||||
<sect1 id="external-pl">
|
<sect1 id="external-pl">
|
||||||
<title>Procedural Languages</title>
|
<title>Procedural Languages</title>
|
||||||
|
|
||||||
@ -223,32 +239,24 @@
|
|||||||
<title>Extensions</title>
|
<title>Extensions</title>
|
||||||
|
|
||||||
<indexterm>
|
<indexterm>
|
||||||
<primary>extensions</primary>
|
<primary>extension</primary>
|
||||||
|
<secondary>externally maintained</secondary>
|
||||||
</indexterm>
|
</indexterm>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
<productname>PostgreSQL</> is designed to be easily extensible. For
|
<productname>PostgreSQL</> is designed to be easily extensible. For
|
||||||
this reason, extensions loaded into the database can function just
|
this reason, extensions loaded into the database can function
|
||||||
like features that are packaged with the database. The
|
just like features that are built in. The
|
||||||
<filename>contrib/</> directory shipped with the source code
|
<filename>contrib/</> directory shipped with the source code
|
||||||
contains a large number of extensions. The <filename>README</> file
|
contains several extensions, which are described in
|
||||||
in that directory contains a summary. They include conversion
|
<xref linkend="contrib">. Other extensions are developed
|
||||||
tools, full-text indexing, <acronym>XML</> tools, and additional
|
|
||||||
data types and indexing methods. Other extensions are developed
|
|
||||||
independently, like <application><ulink
|
independently, like <application><ulink
|
||||||
url="http://www.postgis.org/">PostGIS</ulink></>. Even
|
url="http://www.postgis.org/">PostGIS</ulink></>. Even
|
||||||
<productname>PostgreSQL</> replication solutions are developed
|
<productname>PostgreSQL</> replication solutions can be developed
|
||||||
externally. For example, <application> <ulink
|
externally. For example, <application> <ulink
|
||||||
url="http://www.slony.info">Slony-I</ulink></> is a popular
|
url="http://www.slony.info">Slony-I</ulink></> is a popular
|
||||||
master/standby replication solution that is developed independently
|
master/standby replication solution that is developed independently
|
||||||
from the core project.
|
from the core project.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
|
||||||
There are several administration tools available for
|
|
||||||
<productname>PostgreSQL</>. The most popular is
|
|
||||||
<application><ulink url="http://www.pgadmin.org/">pgAdmin III</ulink></>,
|
|
||||||
and there are several commercially available ones as well.
|
|
||||||
</para>
|
|
||||||
</sect1>
|
</sect1>
|
||||||
</appendix>
|
</appendix>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user