diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-02-22 00:12:08 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-02-22 00:12:08 +0000 |
commit | bc26fd76d918e15338f16dd8970254d248f7efa2 (patch) | |
tree | 7019a3decb5ce413e49c743656abbeb5be78da6c | |
parent | e0729ab565707932d8e172ffa9412ea5cecc7250 (diff) | |
download | postgresql-bc26fd76d918e15338f16dd8970254d248f7efa2.tar.gz postgresql-bc26fd76d918e15338f16dd8970254d248f7efa2.zip |
More wording improvement.
-rw-r--r-- | contrib/README | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/README b/contrib/README index 04b7088baf2..c5ff55c2f10 100644 --- a/contrib/README +++ b/contrib/README @@ -2,10 +2,10 @@ The PostgreSQL contrib tree --------------------------- -This subtree contains utilities, conversion tools, and features that are -not part of the core PostgreSQL system, mainly because they address a -limited audience or are too experimental to be part of the main source -tree. This does not preclude their usefulness. +This subtree contains porting tools, analysis utilities, and plug-in +features that are not part of the core PostgreSQL system, mainly because +they address a limited audience or are too experimental to be part of +the main source tree. This does not preclude their usefulness. Each subdirectory contains a README file with information about the module. Most items can be built with `gmake all' and installed with |