Fix typo.

This commit is contained in:
Bruce Momjian 2004-12-03 06:18:12 +00:00
parent b5a6e26f3a
commit e5615c42a7

View File

@ -1,5 +1,5 @@
<!-- <!--
$PostgreSQL: pgsql/doc/src/sgml/external-projects.sgml,v 1.2 2004/12/03 06:04:38 momjian Exp $ $PostgreSQL: pgsql/doc/src/sgml/external-projects.sgml,v 1.3 2004/12/03 06:18:12 momjian Exp $
--> -->
<chapter id="external-projects"> <chapter id="external-projects">
@ -176,7 +176,7 @@ $PostgreSQL: pgsql/doc/src/sgml/external-projects.sgml,v 1.2 2004/12/03 06:04:38
extensible. For this reason, extensions loaded into the database can extensible. For this reason, extensions loaded into the database can
function just like features that are packaged with the database. The function just like features that are packaged with the database. 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>READMD</> file contains a large number of extensions. The <filename>README</> file
in that directory contains a summary. They include conversion tools, in that directory contains a summary. They include conversion tools,
full-text indexing, <acronym>XML</> tools, and additional data types full-text indexing, <acronym>XML</> tools, and additional data types
and indexing methods. Other extensions are developed independently, and indexing methods. Other extensions are developed independently,