aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2004-12-03 06:18:12 +0000
committerBruce Momjian <bruce@momjian.us>2004-12-03 06:18:12 +0000
commite5615c42a7a206f524dc43fc8524f47da98e0a9c (patch)
tree229687b671844e9bbfc0381b8beb1df04d8ca889 /doc/src
parentb5a6e26f3a8fae3d53c227544059479232f00645 (diff)
downloadpostgresql-e5615c42a7a206f524dc43fc8524f47da98e0a9c.tar.gz
postgresql-e5615c42a7a206f524dc43fc8524f47da98e0a9c.zip
Fix typo.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/external-projects.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/external-projects.sgml b/doc/src/sgml/external-projects.sgml
index 99f6b893284..b7659c0cafa 100644
--- a/doc/src/sgml/external-projects.sgml
+++ b/doc/src/sgml/external-projects.sgml
@@ -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">
@@ -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
function just like features that are packaged with the database. The
<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,
full-text indexing, <acronym>XML</> tools, and additional data types
and indexing methods. Other extensions are developed independently,