Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit581599b

Browse files
committed
Improve wording of meaning of /contrib directory.
1 parent5028e34 commit581599b

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

‎contrib/README

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,18 @@
22
The PostgreSQL contrib tree
33
---------------------------
44

5-
This subtree contains tools, modules, and examples that are not
6-
maintained as part of the core PostgreSQL system, mainly because
7-
they only address a limited audience or are too inelegant to be
8-
sold as an official feature. That, however, does not preclude
9-
their usefulness.
5+
This subtree contains utilities, conversion tools, and features 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.
109

1110
Each subdirectory contains a README file with information about the
12-
module. Most items can be built with `gmake all' and installed
13-
with `gmake install' in the usual fashion, after you have run the
14-
`configure' script in the top-level directory. Some directories
15-
supply new user-defined functions, operators, or types. After you
16-
have installed the files you need to register the new entities in
17-
the database system by running the commands in the supplied .sql
18-
file. For example,
11+
module. Most items can be built with `gmake all' and installed with
12+
`gmake install' in the usual fashion, after you have run the `configure'
13+
script in the top-level directory. Some directories supply new
14+
user-defined functions, operators, or types. After you have installed
15+
the files you need to register the new entities in the database system
16+
by running the commands in the supplied .sql file. For example,
1917

2018
$ psql -d dbname -f module.sql
2119

‎doc/TODO

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -466,6 +466,7 @@ SOURCE CODE
466466
* Evaluate AIX cs() spinlock macro for performance optimizations (Tatsuo)
467467
* Clarify use of 'application' and 'command' tags in SGML docs
468468
* Allow ability to easily build only certain interfaces (Marc)
469+
* Remove or relicense modules that are not under the BSD license, if possible
469470

470471

471472
---------------------------------------------------------------------------

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp