diff options
author | adam <adam@pkgsrc.org> | 2008-03-04 12:41:36 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2008-03-04 12:41:36 +0000 |
commit | 46925a71ae054fa66f9c9846458587d74060c9ce (patch) | |
tree | 6540ccfa35e3ead303ed87ff04bfa2687ae2215a /databases/postgresql83-server/MESSAGE | |
parent | 6e33bbd31cbf2d6b8c6a8a6f8c914c1929205bc8 (diff) | |
download | pkgsrc-46925a71ae054fa66f9c9846458587d74060c9ce.tar.gz |
PostgreSQL 8.3
With significant new functionality and performance enhancements, this
release represents a major leap forward for PostgreSQL. This was made
possible by a growing community that has dramatically accelerated the
pace of development. This release adds the following major features:
* Full text search is integrated into the core database system
* Support for the SQL/XML standard, including new operators and an
XML data type
* Enumerated data types (ENUM)
* Arrays of composite types
* Universally Unique Identifier (UUID) data type
* Add control over whether NULLs sort first or last
* Updatable cursors
* Server configuration parameters can now be set on a per-function
basis
* User-defined types can now have type modifiers
* Automatically re-plan cached queries when table definitions change
or statistics are updated
* Numerous improvements in logging and statistics collection
* Support Security Service Provider Interface (SSPI) for
authentication on Windows
* Support multiple concurrent autovacuum processes, and other
autovacuum improvements
* Allow the whole PostgreSQL distribution to be compiled with
Microsoft Visual C++
Diffstat (limited to 'databases/postgresql83-server/MESSAGE')
-rw-r--r-- | databases/postgresql83-server/MESSAGE | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/databases/postgresql83-server/MESSAGE b/databases/postgresql83-server/MESSAGE new file mode 100644 index 00000000000..9c1e88e5cba --- /dev/null +++ b/databases/postgresql83-server/MESSAGE @@ -0,0 +1,19 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1.1.1 2008/03/04 12:43:41 adam Exp $ + +To enable this package, put the following into your /etc/rc.conf: + + pgsql=yes + pgsql_flags="-l" # enables SSL connections (TCP/IP and + # ~pgsql/data/server.crt required) + +and ensure that + + ${RCD_SCRIPTS_DIR}/pgsql start + +is run at the appropriate time. + +Note: PostgreSQL 8.2 accepts TCP/IP connections on localhost address +by default. + +=========================================================================== |