Add files from parent branch HEAD:
[pkgsrc.git] / databases / postgresql82-server / MESSAGE
1 ===========================================================================
2 $NetBSD: MESSAGE,v 1.1.1.1 2006/03/20 14:45:51 uebayasi Exp $
3
4 To enable this package, put the following into your /etc/rc.conf:
5
6         pgsql=yes
7         pgsql_flags="-l"     # enables SSL connections (TCP/IP and
8                                 # ~pgsql/data/server.crt required)
9
10 and ensure that
11
12         ${RCD_SCRIPTS_DIR}/pgsql start
13
14 is run at the appropriate time.
15
16 Note: PostgreSQL 8.2 accepts TCP/IP connections on localhost address
17 by default.
18
19 ===========================================================================