PostgreSQL 11 provides users with improvements to overall performance of the database system, with specific enhancements associated with very large databases and high computational workloads. Further, PostgreSQL 11 makes significant improvements to the table partitioning system, adds support for stored procedures capable of transaction management, improves query parallelism and adds parallelized data definition capabilities, and introduces just-in-time (JIT) compilation for accelerating the execution of expressions in queries.
18 lines
550 B
Text
18 lines
550 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.1 2018/10/23 16:02:52 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.
|
|
|
|
===========================================================================
|