summaryrefslogtreecommitdiff
path: root/databases/postgresql92-server/MESSAGE
blob: 2068a1ab4c44a29f1bd37773fd714e64efa079ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
===========================================================================
$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.

===========================================================================