File Browser
Directories
Files
.message | April 8, 2001, 9:09 p.m. | 1.4 KB |
postgresql-7.1.tar.gz | April 13, 2001, 9:27 p.m. | 7.7 MB |
postgresql-7.1.tar.gz.md5 | April 13, 2001, 9:29 p.m. | 63 bytes |
postgresql-base-7.1.tar.gz | April 13, 2001, 9:28 p.m. | 3.1 MB |
postgresql-base-7.1.tar.gz.md5 | April 13, 2001, 9:29 p.m. | 68 bytes |
postgresql-docs-7.1.tar.gz | April 13, 2001, 9:28 p.m. | 2.0 MB |
postgresql-docs-7.1.tar.gz.md5 | April 13, 2001, 9:29 p.m. | 68 bytes |
postgresql-opt-7.1.tar.gz | April 13, 2001, 9:28 p.m. | 1.7 MB |
postgresql-opt-7.1.tar.gz.md5 | April 13, 2001, 9:29 p.m. | 67 bytes |
postgresql-test-7.1.tar.gz | April 13, 2001, 9:29 p.m. | 982.7 KB |
postgresql-test-7.1.tar.gz.md5 | April 13, 2001, 9:29 p.m. | 68 bytes |
MESSAGE File
Information regarding the split distribution
--------------------------------------------
In the various download directories you will find alongside files with
names like
postgresql-XXX.tar.gz
(where XXX is a version number) smaller files with the names
postgresql-base-XXX.tar.gz
postgresql-opt-XXX.tar.gz
postgresql-docs-XXX.tar.gz
postgresql-test-XXX.tar.gz
The file named "postgresql-XXX.tar.gz" is the full source distribution.
Each of the other four "tarballs" contains a subset of the files from the
full distribution, for downloading convenience. If you download all four
of them and unpack them into the same directory you will get exactly what
you would have gotten had you downloaded the full distribution.
The -base package is the only one that is required for successful
installation. It contains the server and the essential client interfaces.
The -opt package contains all parts whose compilation needs to be enabled
explicitly. This includes the C++, JDBC, ODBC, Perl, Python, and Tcl
interfaces, as well as multibyte support. The -docs package contains the
documentation in HTML format (man pages are in -base) and the
documentation sources. You don't need to download this package if you
intend to browse the documentation on the web. Finally, the -test package
contains the regression test suite.
(Note, this scheme is new as of version 7.1RC4. Previous versions used a
different, incompatible split where all subpackages where required.)