pkgsrc/databases/postgresql94-server/MESSAGE
adam e9d63c048f PostgreSQL 9.4.0:
This release adds many new features which enhance PostgreSQL's flexibility, scalability and performance for many different types of database users, including improvements to JSON support, replication and index performance.
2015-01-14 21:01:18 +00:00

18 lines
550 B
Text

===========================================================================
$NetBSD: MESSAGE,v 1.1 2015/01/14 21:01:19 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.
===========================================================================