80477122a0
PostgreSQL 9.2 will ship with native JSON support, covering indexes, replication and performance improvements, and many more features. We are eagerly awaiting this release and will make it available in Early Access as soon as it’s released by the PostgreSQL community," said Ines Sombra, Lead Data Engineer, Engine Yard.
18 lines
550 B
Text
18 lines
550 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.1 2012/10/05 21:03:12 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.
|
|
|
|
===========================================================================
|