1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>H.2.Extensions</title>
<link rel="stylesheet" href="stylesheet.css" type="text/css">
<link rev="made" href="pgsql-docs@postgresql.org">
<meta name="generator" content="DocBook XSL Stylesheets V1.70.0">
<link rel="start" href="index.html" title="PostgreSQL 8.1.4 Documentation">
<link rel="up" href="external-projects.html" title="AppendixH.External Projects">
<link rel="prev" href="external-projects.html" title="AppendixH.External Projects">
<link rel="next" href="biblio.html" title="Bibliography">
<link rel="copyright" href="ln-legalnotice.html" title="Legal Notice">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="sect1" lang="en">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="external-extensions"></a>H.2.Extensions</h2></div></div></div>
<a name="id903146"></a><p> <span class="productname">PostgreSQL</span> 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
<code class="filename">contrib/</code> directory shipped with the source code
contains a large number of extensions. The <code class="filename">README</code> file
in that directory contains a summary. They include conversion tools,
full-text indexing, <acronym class="acronym">XML</acronym> tools, and additional data types
and indexing methods. Other extensions are developed independently,
like <span class="application">PostGIS</span>. Even <span class="application">PostgreSQL</span>
replication solutions are developed externally. For example,
<span class="application">Slony-I</span> is a popular master/slave replication solution
that is developed independently from the core project.
</p>
<p> There are several administration tools available for
<span class="productname">PostgreSQL</span>. The most popular is
<span class="application">pgAdmin</span>, and there are several commercially
available ones.
</p>
</div></body>
</html>
|