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