summaryrefslogtreecommitdiff
path: root/databases/postgresql80-server/MESSAGE
blob: 7981e9017d84079f27e16213867e81bf53edd76e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
===========================================================================
$NetBSD: MESSAGE,v 1.1.1.1 2005/02/06 12:32:06 jdolecek 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 8.0 accepts TCP/IP connections on localhost address
by default.

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