9.0 includes more major features than any release before it, including: * Hot standby * Streaming replication * In-place upgrades * 64-bit Windows builds * Easy mass permissions management * Anonymous blocks and named parameter calls for stored procedures * New windowing functions and ordered aggregates ... and many more. For details on the over 200 additions and improvements in this version, developed by over a hundred contributors, please see the release notes.
18 lines
554 B
Text
18 lines
554 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.1.1.1 2010/09/21 07:52:56 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 accepts TCP/IP connections on localhost address by default.
|
|
|
|
===========================================================================
|