|
2 | 2 | The PostgreSQL contrib tree
|
3 | 3 | ---------------------------
|
4 | 4 |
|
5 |
| -This subtree containsutilities, conversion tools, andfeatures that are |
6 |
| -not part of the core PostgreSQL system, mainly because they address a |
7 |
| -limited audience or are too experimental to be part of the main source |
8 |
| -tree. This does not preclude their usefulness. |
| 5 | +This subtree containsporting tools, analysis utilities, andplug-in |
| 6 | +features that arenot part of the core PostgreSQL system, mainly because |
| 7 | +they address alimited audience or are too experimental to be part of |
| 8 | +the main sourcetree. This does not preclude their usefulness. |
9 | 9 |
|
10 | 10 | Each subdirectory contains a README file with information about the
|
11 | 11 | module. Most items can be built with `gmake all' and installed with
|
|